Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Apr 8, 2024
1 parent c646385 commit 33b946f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tunnels/server/preconnect/preconnect_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ static void upStream(tunnel_t *self, context_t *c)
return;
}
}
self->up->upStream(self->up, c);
}
else if (c->init)
{
Expand All @@ -58,15 +59,14 @@ static void upStream(tunnel_t *self, context_t *c)

return;
}
self->up->upStream(self->up, c);
}

static inline void downStream(tunnel_t *self, context_t *c)
{

if (c->fin)
{
free(cstate);
free(CSTATE(c));
CSTATE_MUT(c) = NULL;
}

Expand Down

0 comments on commit 33b946f

Please sign in to comment.