1
0
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:
Stefan Metzmacher 2005-12-16 10:21:05 +00:00 committed by Gerald (Jerry) Carter
parent fbf106f670
commit 28e3c7ac00

View File

@ -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,