don't mkdir jumpvol realpath

This commit is contained in:
ed
2026-01-17 20:23:31 +00:00
parent 72c59405e7
commit 4e67b467a9

View File

@@ -2722,7 +2722,7 @@ class AuthSrv(object):
for zs in zs.split(): for zs in zs.split():
vol.flags.pop(zs, None) vol.flags.pop(zs, None)
for vol in vfs.all_nodes.values(): for vol in vfs.all_vols.values():
if not vol.realpath or vol.flags.get("is_file"): if not vol.realpath or vol.flags.get("is_file"):
continue continue
ccs = vol.flags["casechk"][:1].lower() ccs = vol.flags["casechk"][:1].lower()