]> code.citadel.org Git - citadel.git/commitdiff
-
authorArt Cancro <ajc@citadel.org>
Tue, 11 Oct 2005 03:02:49 +0000 (03:02 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 11 Oct 2005 03:02:49 +0000 (03:02 +0000)
webcit/ChangeLog
webcit/webserver.c

index 04405c3fb05f712a263210b410bad092dd63aeb0..b3c8db99080dc3488e801890d9364d12aeb45701 100644 (file)
@@ -1,3 +1,7 @@
+Mon Oct 10 23:01:44 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
+* Removed an extraneous reference to 'ThreadSSL' in webserver.c that was
+  causing the build to fail on non-SSL systems
+
 Sun Oct  9 00:31:33 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
 * Removed new mail notification from the room banner, and placed it into
   the Mail button on the iconbar instead.  However, this is still broken
index 9b111ab13a564e89f9041414bbe34e5a7411e546..1515ea08939f7691e9faa0db245e6e0ba67ab878 100644 (file)
@@ -575,9 +575,6 @@ int lprintf(int loglevel, const char *format, ...)
 {
        va_list ap;
 
-       if (ThreadSSL) {
-               fprintf(stderr, "[%d] ", ThreadSSL);
-       }
        if (loglevel <= verbosity) {
                va_start(ap, format);
                vfprintf(stderr, format, ap);