git.samba.org
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make the initial logfile names consistent. This should mean that smbd
[samba.git]
/
source
/
smbd
/
server.c
diff --git
a/source/smbd/server.c
b/source/smbd/server.c
index 0a6a05fdbfebf7b4ad16d57f47e7928a1d7a6d6a..c2880b0e890cc0c11c4bbe23fe32cde0de7b07ec 100644
(file)
--- a/
source/smbd/server.c
+++ b/
source/smbd/server.c
@@
-5239,6
+5239,8
@@
static void usage(char *pname)
strcpy(debugf,SMBLOGFILE);
+ strcpy(remote_machine, "smb");
+
setup_logging(argv[0],False);
charset_initialise();