summaryrefslogtreecommitdiffstats
path: root/source/smbd/service.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-11-20 00:53:24 +0000
committerAndrew Tridgell <tridge@samba.org>2002-11-20 00:53:24 +0000
commit58fa6bfee8ba35cc182c18c980e0a4040ddd7d09 (patch)
treecde3c202a71bc295d05dcdb986cd4ecb9d437d67 /source/smbd/service.c
parentbdf0d66577c78c92e8bf0f7e6a23d7812b2f76dd (diff)
downloadsamba-58fa6bfee8ba35cc182c18c980e0a4040ddd7d09.tar.gz
samba-58fa6bfee8ba35cc182c18c980e0a4040ddd7d09.tar.xz
samba-58fa6bfee8ba35cc182c18c980e0a4040ddd7d09.zip
merged the %U changes to 3.0
Diffstat (limited to 'source/smbd/service.c')
-rw-r--r--source/smbd/service.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/smbd/service.c b/source/smbd/service.c
index fe553459386..1f168dd3fff 100644
--- a/source/smbd/service.c
+++ b/source/smbd/service.c
@@ -612,9 +612,6 @@ static connection_struct *make_connection_snum(int snum, user_struct *vuser,
return NULL;
}
- /* the %U substitution may have changed */
- reload_services(True);
-
/* Remember that a different vuid can connect later without these checks... */
/* Preexecs are done here as they might make the dir we are to ChDir to below */