summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-11-19 23:44:24 +0000
committerAndrew Tridgell <tridge@samba.org>2002-11-19 23:44:24 +0000
commit18e55a69ffd30a621484ccc9f5210da132067dc5 (patch)
treeb94a9f66fdaea41b59c9ca0cd2de972fcaa6e330 /source3/smbd/service.c
parent22a08a5b12c73b13b875bf39cc1b868f507b00ce (diff)
downloadsamba-18e55a69ffd30a621484ccc9f5210da132067dc5.tar.gz
samba-18e55a69ffd30a621484ccc9f5210da132067dc5.tar.bz2
samba-18e55a69ffd30a621484ccc9f5210da132067dc5.zip
a better for for using %U in smb.conf
this follows the method used for remote_machine and also fixes the problem of anonymous connections clobbering the string (This used to be commit 9ead4fc3c3f8b83f03c762a4dab77a64aabccbf9)
Diffstat (limited to 'source3/smbd/service.c')
-rw-r--r--source3/smbd/service.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index fe55345938..1f168dd3ff 100644
--- a/source3/smbd/service.c
+++ b/source3/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 */