mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-01 15:00:54 +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) {
|
if(l->conn) {
|
||||||
fprintf(stderr, "nc_recved(): closing connection\n");
|
fprintf(stderr, "nc_recved(): closing connection\n");
|
||||||
l->tap->closeConnection(l->conn);
|
l->tap->closeConnection(l->conn);
|
||||||
exit(0);
|
//exit(0);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
fprintf(stderr, "nc_recved(): can't locate connection via (arg)\n");
|
fprintf(stderr, "nc_recved(): can't locate connection via (arg)\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user