attempt to fix: bad disk units are perpetually banned

This commit is contained in:
zefie
2022-02-06 11:34:55 -05:00
parent 931560898b
commit 622698ee66
3 changed files with 10 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ class WTVClientSessionData {
lockdown = null;
lockdownReason = null;
lockdownWhitelist = null;
baddisk = false;
clientAddress = null;
constructor(minisrv_config, ssid) {