cosmetic fixes after edafa1586

This commit is contained in:
ed 2025-09-13 21:04:16 +00:00
parent 3f45492725
commit 3e97a77784

View file

@ -1846,7 +1846,7 @@ class AuthSrv(object):
vol.all_vps.sort(key=lambda x: len(x[0]), reverse=True)
vol.root = vfs
zs = "neversymlink"
zs = "neversymlink du_iwho"
k_ign = set(zs.split())
for vol in vfs.all_vols.values():
unknown_flags = set()
@ -2347,7 +2347,7 @@ class AuthSrv(object):
vol.flags["du_iwho"] = n_du_who(vol.flags["du_who"])
if not enshare:
vol.flags["shr_who"] = "no"
vol.flags["shr_who"] = self.args.shr_who = "no"
if vol.flags.get("og"):
self.args.uqe = True