mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Now we're doing the substituion in the lp_string code remove the erroneous
debug 0 warning.
Jeremy.
(This used to be commit be7e1d0f2c
)
This commit is contained in:
parent
324cd98913
commit
8efe942751
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user