From b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 19 Oct 2004 07:08:35 +0000 Subject: r3057: - moved the idtree.c code into lib/ - converted the tid handling to use a idtree instead of bitmaps (This used to be commit 4220914179d10132057216650b65ed7f7679717e) --- source4/smbd/rewrite.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/smbd') diff --git a/source4/smbd/rewrite.c b/source4/smbd/rewrite.c index 3391a2d3e1..03542bf4e9 100644 --- a/source4/smbd/rewrite.c +++ b/source4/smbd/rewrite.c @@ -90,10 +90,6 @@ BOOL reload_services(struct smbsrv_connection *smb, BOOL test) if (test && !lp_file_list_changed()) return(True); - if (smb) { - lp_killunused(smb, conn_snum_used); - } - ret = lp_load(dyn_CONFIGFILE, False, False, True); /* perhaps the config filename is now set */ -- cgit