Skip to content

Commit

Permalink
Control port logging now defaults to off.
Browse files Browse the repository at this point in the history
  • Loading branch information
shmooved committed Jan 19, 2003
1 parent 216e44a commit 26c8179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nscp/nscp.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* Tcl commands.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nscp/nscp.c,v 1.19 2003/01/17 22:33:36 shmooved Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nscp/nscp.c,v 1.20 2003/01/19 14:40:15 shmooved Exp $, compiled: " __DATE__ " " __TIME__;

#include "ns.h"

Expand Down Expand Up @@ -153,7 +153,7 @@ Ns_ModuleInit(char *server, char *module)
}

if (!Ns_ConfigGetBool(path, "cpcmdlogging", &modPtr->commandLogging)) {
modPtr->commandLogging = 1; /* Default to on */
modPtr->commandLogging = 0; /* Default to off */
}

/*
Expand Down

0 comments on commit 26c8179

Please sign in to comment.