From: Art Cancro Date: Wed, 7 Sep 2011 19:44:18 +0000 (-0400) Subject: oops, I had SERV_TRACE enabled and committed that. fixed X-Git-Tag: v8.01~45 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=9dd21cb1dcde005b5e1617c187015f009f2437e8 oops, I had SERV_TRACE enabled and committed that. fixed --- diff --git a/webcit/tcp_sockets.c b/webcit/tcp_sockets.c index bb4d6015e..da483deab 100644 --- a/webcit/tcp_sockets.c +++ b/webcit/tcp_sockets.c @@ -18,8 +18,8 @@ /* * Uncomment this to log all communications with the Citadel server - */ #define SERV_TRACE 1 + */ #include "webcit.h"