1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

oh no! my favourite hack is broken. You can't do:

[%U]
	path = %H

to get a new homes area. I wonder when it broke?

Anyway, I've fixed it. We can all rest easy now, knowing that you
really can produce an incomprehensible smb.conf and get it to work.
(This used to be commit 2245da4ad6)
This commit is contained in:
Andrew Tridgell 1997-11-26 23:43:06 +00:00
parent e54a611dad
commit 6c158adf25

View File

@ -2232,7 +2232,7 @@ int lp_servicenumber(char *pszServiceName)
for (iService = iNumServices - 1; iService >= 0; iService--)
if (VALID(iService) &&
strwicmp(iSERVICE(iService).szService, pszServiceName) == 0)
strequal(lp_servicename(iService), pszServiceName))
break;
if (iService < 0)