diff options
Diffstat (limited to 'lanbrowsing/lisa/addressvalidator.h')
-rw-r--r-- | lanbrowsing/lisa/addressvalidator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lanbrowsing/lisa/addressvalidator.h b/lanbrowsing/lisa/addressvalidator.h index 6f1c723e..c2c332ab 100644 --- a/lanbrowsing/lisa/addressvalidator.h +++ b/lanbrowsing/lisa/addressvalidator.h @@ -29,7 +29,7 @@ struct AddressSpec { int address; - int mask; + int tqmask; int typeOfSpec; }; @@ -48,7 +48,7 @@ class AddressValidator int localhostNet; int localhostMask; MyString allowedHosts; - void addSpec(int type, int address, int mask=0); + void addSpec(int type, int address, int tqmask=0); AddressSpec specs[MAX_SPECS]; }; |