diff options
-rw-r--r-- | source3/smbd/server.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c index c30b344e45..3790342f13 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -1155,11 +1155,6 @@ extern void build_options(bool screen); if (!print_backend_init(smbd_messaging_context())) exit(1); -#if 0 - if (!init_svcctl_db()) - exit(1); -#endif - /* Open the share_info.tdb here, so we don't have to open after the fork on every single connection. This is a small performance improvment and reduces the total number of system |