Skip to content

Commit

Permalink
fix new changes missed this
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed May 31, 2024
1 parent be1c9da commit 3a3879b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnels/server/reverse/reverse_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static void upStream(tunnel_t *self, context_t *c)
context_t *hello_data_ctx = NULL;
if (contextQueueLen(ucstate->uqueue) > 0)
{
hello_data_ctx = contextQueuePop(ucstate->uqueue);
hello_data_ctx = switchLine(contextQueuePop(ucstate->uqueue), ucstate->d);
}
else
{
Expand Down

0 comments on commit 3a3879b

Please sign in to comment.