exit_daemon("Samba cannot init notification", EACCES);
}
- if (!cleanupd_init(
- msg_ctx,
- cmdline_daemon_cfg->interactive,
- &parent->cleanupd)) {
- exit_daemon("Samba cannot init the cleanupd", EACCES);
- }
-
if (!messaging_parent_dgm_cleanup_init(msg_ctx)) {
exit(1);
}
exit_daemon("Samba cannot init scavenging", EACCES);
}
+ if (!cleanupd_init(
+ msg_ctx,
+ cmdline_daemon_cfg->interactive,
+ &parent->cleanupd)) {
+ exit_daemon("Samba cannot init the cleanupd", EACCES);
+ }
+
if (!W_ERROR_IS_OK(registry_init_full()))
exit_daemon("Samba cannot init registry", EACCES);