From 8efe9427516aad533e94bb917de17ecec18b098f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 12 May 2001 00:31:59 +0000 Subject: Now we're doing the substituion in the lp_string code remove the erroneous debug 0 warning. Jeremy. (This used to be commit be7e1d0f2c078bd07c7087e1e36636dcd6d0a5d8) --- source3/smbd/service.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/smbd') 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; } -- cgit