From 9dd21cb1dcde005b5e1617c187015f009f2437e8 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 7 Sep 2011 15:44:18 -0400 Subject: [PATCH] oops, I had SERV_TRACE enabled and committed that. fixed --- webcit/tcp_sockets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2