mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-21 02:01:22 +00:00
Removed exit(0) for debugging
This commit is contained in:
parent
bbfc9359e9
commit
41dfbe544f
@ -652,7 +652,7 @@ err_t NetconEthernetTap::nc_recved(void *arg, struct tcp_pcb *tpcb, struct pbuf
|
||||
if(l->conn) {
|
||||
fprintf(stderr, "nc_recved(): closing connection\n");
|
||||
l->tap->closeConnection(l->conn);
|
||||
exit(0);
|
||||
//exit(0);
|
||||
}
|
||||
else {
|
||||
fprintf(stderr, "nc_recved(): can't locate connection via (arg)\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user