Removed exit(0) for debugging

This commit is contained in:
Joseph Henry 2015-10-08 18:10:10 -04:00
parent bbfc9359e9
commit 41dfbe544f

View File

@ -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");