diff options
author | Jeremy Allison <jra@samba.org> | 1998-08-04 01:01:26 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-08-04 01:01:26 +0000 |
commit | c0c057c0dfc43c47b2d340e26026136cf001ff0a (patch) | |
tree | 4fd4267e26907c75c55e9baae80f90a10baf9a04 /source3/param/loadparm.c | |
parent | 31c09de03c656b7309888dbbc5240c31ed81537e (diff) | |
download | samba-c0c057c0dfc43c47b2d340e26026136cf001ff0a.tar.gz samba-c0c057c0dfc43c47b2d340e26026136cf001ff0a.tar.bz2 samba-c0c057c0dfc43c47b2d340e26026136cf001ff0a.zip |
loadparm.c: Added "debug timestamp" synonym for Chris.
nttrans.c: Moved common code into function in server.c
Removed left over debug level 0.
server.c: Moved common code into function in server.c
Jeremy.
(This used to be commit 34ef55b7228155cef40cbdfcdc1fe623c1037bd6)
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 008f4e4539..19998ece54 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -555,6 +555,7 @@ static struct parm_struct parm_table[] = {"log file", P_STRING, P_GLOBAL, &Globals.szLogFile, NULL, NULL, 0}, {"max log size", P_INTEGER, P_GLOBAL, &Globals.max_log_size, NULL, NULL, 0}, {"timestamp logs", P_BOOL, P_GLOBAL, &Globals.bTimestampLogs, NULL, NULL, 0}, + {"debug timestamp", P_BOOL, P_GLOBAL, &Globals.bTimestampLogs, NULL, NULL, 0}, {"status", P_BOOL, P_LOCAL, &sDefault.status, NULL, NULL, FLAG_GLOBAL}, {"Protocol Options", P_SEP, P_SEPARATOR}, |