summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/server.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/smbd/server.c b/source4/smbd/server.c
index f5f37a55cf..a176b59d8d 100644
--- a/source4/smbd/server.c
+++ b/source4/smbd/server.c
@@ -96,8 +96,6 @@ static void cleanup_tmp_files(void)
*/
static void setup_signals(void)
{
- fault_setup(NULL);
-
/* we are never interested in SIGPIPE */
BlockSignals(True,SIGPIPE);
@@ -175,7 +173,7 @@ static int binary_smbd_main(int argc, const char *argv[])
poptFreeContext(pc);
- setup_logging(NULL, interactive?DEBUG_STDOUT:DEBUG_FILE);
+ setup_logging(argv[0], interactive?DEBUG_STDOUT:DEBUG_FILE);
setup_signals();
/* we want total control over the permissions on created files,