summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-05-12 00:31:59 +0000
committerJeremy Allison <jra@samba.org>2001-05-12 00:31:59 +0000
commit8efe9427516aad533e94bb917de17ecec18b098f (patch)
tree0fb15c91d314be9890993cef5b116c43be1fb234 /source3/smbd/service.c
parent324cd98913fef80016326e907c5130d71d88495d (diff)
downloadsamba-8efe9427516aad533e94bb917de17ecec18b098f.tar.gz
samba-8efe9427516aad533e94bb917de17ecec18b098f.tar.bz2
samba-8efe9427516aad533e94bb917de17ecec18b098f.zip
Now we're doing the substituion in the lp_string code remove the erroneous
debug 0 warning. Jeremy. (This used to be commit be7e1d0f2c078bd07c7087e1e36636dcd6d0a5d8)
Diffstat (limited to 'source3/smbd/service.c')
-rw-r--r--source3/smbd/service.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index 9fb2dd9eeb..c70ab42a61 100644
--- a/source3/smbd/service.c
+++ b/source3/smbd/service.c
@@ -108,11 +108,6 @@ int add_home_service(char *service, char *homedir)
lp_add_home(new_service,iHomeService,homedir);
iService = lp_servicenumber(new_service);
- if ((iService != -1) && usr_p && (strstr(lp_pathname(iService),"%D") == NULL))
- DEBUG(0,("find_service: Service %s added for user %s - contains non-local (Domain) user \
-with non-domain parameterised path (%s). This may be cause the wrong directory to be seen.\n",
- new_service, service, lp_pathname(iService) ));
-
return iService;
}