From ddc9b8b40642c90fe7c34b088eae4f8075f4033a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 10 May 2000 09:49:55 +0000 Subject: more merging it is now at the stage that winbindd can compile in the head branch, but not link (This used to be commit d178c00aae77710ae6ff20a7f54a30e3bd8232bb) --- source3/smbd/server.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/smbd') diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 7938b00ddc..54c6ddc5bd 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -621,8 +621,9 @@ static void usage(char *pname) TimeInit(); - if(!specified_logfile) - pstrcpy(debugf,SMBLOGFILE); + if(!specified_logfile) { + slprintf(debugf, sizeof(debugf), "%s/log.smbd", LOGFILEBASE); + } pstrcpy(remote_machine, "smb"); -- cgit