summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-19 07:08:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:01:54 -0500
commitb2b8282b8cc1774ac9cbef9a31ac23705ca45ac2 (patch)
tree3cb1f5babb9b0f16c9294b80aa939df6539e5deb /source4/smbd
parentcf1b85348a0fc5bf4788291109c9dca9e95eb9c2 (diff)
downloadsamba-b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2.tar.gz
samba-b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2.tar.bz2
samba-b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2.zip
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)
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/rewrite.c4
1 files changed, 0 insertions, 4 deletions
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 */