diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/smbd/server.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/smbd/server.c b/source4/smbd/server.c index 26fd89a10d7..9051b485317 100644 --- a/source4/smbd/server.c +++ b/source4/smbd/server.c @@ -498,6 +498,10 @@ static int binary_smbd_main(const char *binary_name, int argc, const char *argv[ return 1; } + if (opt_daemon) { + daemon_ready("samba"); + } + /* wait for events - this is where smbd sits for most of its life */ tevent_loop_wait(event_ctx); |