summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-11-09 17:08:58 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-11-09 17:08:58 +0000
commitf09109c7bc32966bb464df0712583b30602d6ad0 (patch)
tree1565f65ba4d1f9810a54d60b827ce5a733721b91 /source3/nsswitch/winbindd.c
parentdc5297f413c40f04e1fdae719e29d949e3301091 (diff)
downloadsamba-f09109c7bc32966bb464df0712583b30602d6ad0.tar.gz
samba-f09109c7bc32966bb464df0712583b30602d6ad0.tar.bz2
samba-f09109c7bc32966bb464df0712583b30602d6ad0.zip
Last sync with HEAD
(This used to be commit 1175b62337f5c29954cd5e8dfdc2327c9c80748c)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r--source3/nsswitch/winbindd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c
index 059d2f40d3..2bd6d7967c 100644
--- a/source3/nsswitch/winbindd.c
+++ b/source3/nsswitch/winbindd.c
@@ -746,7 +746,6 @@ static void usage(void)
extern BOOL AllowDebugChange;
extern pstring global_myname;
extern fstring global_myworkgroup;
- extern BOOL append_log;
pstring logfile;
BOOL interactive = False;
int opt;
@@ -759,11 +758,6 @@ static void usage(void)
fault_setup((void (*)(void *))fault_quit );
- /* Append to log file by default as we are a single process daemon
- program. */
-
- append_log = True;
-
snprintf(logfile, sizeof(logfile), "%s/log.winbindd", dyn_LOGFILEBASE);
lp_set_logfile(logfile);