Skip to content

Commit

Permalink
remove incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Apr 7, 2024
1 parent 8aa47d2 commit 9a110c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tunnels/adapters/connector/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ void connectorPacketUpStream(tunnel_t *self, context_t *c)

hloop_t *loop = loops[c->line->tid];

// udp init packet dose not set target addr
sockaddr_u host_addr = {0};
sockaddr_set_ipport(&host_addr, "0.0.0.0", 0);

Expand Down

0 comments on commit 9a110c5

Please sign in to comment.