From 813fe0bc4d21678627fcf4f0249bb51ab5c0498a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Oct 2010 13:58:31 +0200 Subject: s3:smbd: remove some commented out legacy code Autobuild-User: Michael Adam Autobuild-Date: Thu Dec 2 01:18:19 CET 2010 on sn-devel-104 --- source3/smbd/server.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/smbd/server.c') 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 -- cgit