Negated a strcmp in netconf.c that caused the function to hang every single time...
[citadel.git] / webcit / tcp_sockets.c
index da483deabceab4b9c1f0162169495d69411b738b..bb4d6015e1b187b8d2f415f2ed4acdb80b9ca2ce 100644 (file)
@@ -18,8 +18,8 @@
 
 /*
  * Uncomment this to log all communications with the Citadel server
-#define SERV_TRACE 1
  */
+#define SERV_TRACE 1
 
 
 #include "webcit.h"