mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r12284: use the correct name for logging
metze
(This used to be commit 6c457873f7
)
This commit is contained in:
parent
fbf106f670
commit
28e3c7ac00
@ -177,7 +177,7 @@ static int binary_smbd_main(const char *binary_name, int argc, const char *argv[
|
||||
|
||||
poptFreeContext(pc);
|
||||
|
||||
setup_logging(argv[0], interactive?DEBUG_STDOUT:DEBUG_FILE);
|
||||
setup_logging(binary_name, interactive?DEBUG_STDOUT:DEBUG_FILE);
|
||||
setup_signals();
|
||||
|
||||
/* we want total control over the permissions on created files,
|
||||
|
Loading…
Reference in New Issue
Block a user