summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-10-28 13:58:31 +0200
committerMichael Adam <obnox@samba.org>2010-12-02 01:18:19 +0100
commit813fe0bc4d21678627fcf4f0249bb51ab5c0498a (patch)
tree961fcceea97072de24c748dd7df216ca2f0e4438
parentf5c5fd9e828b3e0bf6c2cdcd448c66fa1c8d41c1 (diff)
downloadsamba-813fe0bc4d21678627fcf4f0249bb51ab5c0498a.tar.gz
samba-813fe0bc4d21678627fcf4f0249bb51ab5c0498a.tar.bz2
samba-813fe0bc4d21678627fcf4f0249bb51ab5c0498a.zip
s3:smbd: remove some commented out legacy code
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Dec 2 01:18:19 CET 2010 on sn-devel-104
-rw-r--r--source3/smbd/server.c5
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