Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed May 29, 2024
1 parent 2d32cb4 commit 321725b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tunnels/adapters/connector/tcp/tcp_connector.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ static void upStream(tunnel_t *self, context_t *c)
}
else if (c->fin)
{
CSTATE_MUT(c) = NULL;
cleanup(cstate, true);
CSTATE_MUT(c) = NULL;
destroyContext(c);
}
}
Expand Down
2 changes: 1 addition & 1 deletion tunnels/adapters/connector/tcp/tcp_connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// con <-----\ /-----> Resolve=> TCP Connect
// con <------> TcpConnector <------> Resolve=> TCP Connect
// con <-----/ \-----> Resolve=> TCP Connect
//


tunnel_t * newTcpConnector(node_instance_context_t *instance_info);
api_result_t apiTcpConnector(tunnel_t *self, const char *msg);
Expand Down

0 comments on commit 321725b

Please sign in to comment.