From: Art Cancro Date: Wed, 17 Feb 2010 17:09:25 +0000 (+0000) Subject: * During setup, the default LDAP port number is now 389 instead of 0. X-Git-Tag: v7.86~420 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=1e7e3eaa507ff8a34af3aa031d8438b1b4d22423 * During setup, the default LDAP port number is now 389 instead of 0. --- diff --git a/citadel/citserver.c b/citadel/citserver.c index 43adab030..054bf5068 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -1043,12 +1043,11 @@ void do_command_loop(void) { } /* Log the server command, but don't show passwords... */ - if ( (strncasecmp(cmdbuf, "PASS", 4)) - && (strncasecmp(cmdbuf, "SETP", 4)) ) { + if ( (strncasecmp(cmdbuf, "PASS", 4)) && (strncasecmp(cmdbuf, "SETP", 4)) ) { CtdlLogPrintf(CTDL_INFO, "%s\n", cmdbuf); } else { - CtdlLogPrintf(CTDL_INFO, "\n"); + CtdlLogPrintf(CTDL_INFO, "