diff options
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/rewrite.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/smbd/rewrite.c b/source4/smbd/rewrite.c index 03542bf4e9..035532a01f 100644 --- a/source4/smbd/rewrite.c +++ b/source4/smbd/rewrite.c @@ -46,6 +46,14 @@ void smbd_process_init(void) void init_subsystems(void) { + /* Do *not* remove this, until you have removed + * passdb/secrets.c, and proved that Samba still builds... */ + + /* Setup the SECRETS subsystem */ + if (!secrets_init()) { + exit(1); + } + /* Setup the PROCESS_MODEL subsystem */ if (!process_model_init()) exit(1); |