mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3:mark registry shares without path unavailable just as with text config
This prevents users from getting access to "/" in misconfigured setups. Michael
This commit is contained in:
parent
c33291d49f
commit
d16e40b5ef
@ -6818,6 +6818,9 @@ static bool process_smbconf_service(struct smbconf_service *service)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if (iServiceIndex >= 0) {
|
||||
ret = service_ok(iServiceIndex);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user