This commit is contained in:
ed 2023-12-01 02:10:20 +00:00
parent 97b999c463
commit 900cc463c3
2 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# coding: utf-8
VERSION = (1, 9, 23)
VERSION = (1, 9, 24)
CODENAME = "prometheable"
BUILD_DT = (2023, 12, 1)

View file

@ -957,7 +957,6 @@ class AuthSrv(object):
err = ""
try:
self._l(ln, 5, "volume access config:")
assert vp
sk, sv = ln.split(":")
if re.sub("[rwmdgGha]", "", sk) or not sk:
err = "invalid accs permissions list; "
@ -975,7 +974,6 @@ class AuthSrv(object):
err = ""
try:
self._l(ln, 6, "volume-specific config:")
assert vp
zd = split_cfg_ln(ln)
fstr = ""
for sk, sv in zd.items():