Browse Source

Removed exit(0) for debugging

Joseph Henry 10 years ago
parent
commit
41dfbe544f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netcon/NetconEthernetTap.cpp

+ 1 - 1
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");