mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-19 13:36:54 +02:00
Removed exit(0) for debugging
This commit is contained in:
parent
bbfc9359e9
commit
41dfbe544f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue