diff -urN httptunnel-3.0.5.bind/htc.c httptunnel-3.0.5/htc.c --- httptunnel-3.0.5.bind/htc.c Fri Feb 13 13:31:36 2004 +++ httptunnel-3.0.5/htc.c Fri Feb 13 13:51:49 2004 @@ -96,6 +96,8 @@ socklen_t len; int t; + log_debug ("wait_for_connection( %d )\n", s); + len = sizeof addr; t = accept (s, &addr, &len); if (t == -1) @@ -395,6 +397,7 @@ if (debug_level == 0 || debug_file != NULL) daemon (0, 1); + #ifdef DEBUG_MODE if (debug_level != 0 && debug_file == NULL)