mirror of
https://github.com/9001/copyparty.git
synced 2026-01-12 07:44:08 -07:00
shares: fix vmaxb
This commit is contained in:
parent
7ffb1fd0ca
commit
038af50777
|
|
@ -3030,6 +3030,7 @@ class AuthSrv(object):
|
||||||
shn.realpath = s_vfs.canonical(s_rem)
|
shn.realpath = s_vfs.canonical(s_rem)
|
||||||
|
|
||||||
o_vn, _ = shn._get_share_src("")
|
o_vn, _ = shn._get_share_src("")
|
||||||
|
shn.lim = o_vn.lim
|
||||||
shn.flags = o_vn.flags.copy()
|
shn.flags = o_vn.flags.copy()
|
||||||
shn.dbpath = o_vn.dbpath
|
shn.dbpath = o_vn.dbpath
|
||||||
shn.histpath = o_vn.histpath
|
shn.histpath = o_vn.histpath
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue