From 41dfbe544f78ad02843c8b2f4fc5ea6e9be1271a Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Thu, 8 Oct 2015 18:10:10 -0400 Subject: Removed exit(0) for debugging --- netcon/NetconEthernetTap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netcon') diff --git a/netcon/NetconEthernetTap.cpp b/netcon/NetconEthernetTap.cpp index 538ae0be..e1501d91 100644 --- a/netcon/NetconEthernetTap.cpp +++ b/netcon/NetconEthernetTap.cpp @@ -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"); -- cgit v1.2.3