s3: smbd: Call dgram cleanup init background setup.
authorJeremy Allison <jra@samba.org>
Fri, 18 Apr 2014 22:06:05 +0000 (15:06 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 23 Apr 2014 20:33:09 +0000 (22:33 +0200)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/smbd/server.c

index 5c764be92352ba0d654132b7190ac88722b63233..298afb924c4ea003f0914c2fd8bfce9e5d0ea4d0 100644 (file)
@@ -1448,6 +1448,10 @@ extern void build_options(bool screen);
                exit_daemon("Samba cannot init notification", EACCES);
        }
 
+       if (!messaging_parent_dgm_cleanup_init(msg_ctx)) {
+               exit(1);
+       }
+
        if (!smbd_scavenger_init(NULL, msg_ctx, ev_ctx)) {
                exit_daemon("Samba cannot init scavenging", EACCES);
        }