mirror of
https://github.com/9001/copyparty.git
synced 2025-09-28 12:42:26 -06:00
cosmetic fixes after edafa1586
This commit is contained in:
parent
3f45492725
commit
3e97a77784
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue