Fix #1565 - access: ensure anon accounts are inored for HTSP default perms
This commit is contained in:
parent
c7aaa0b913
commit
e2550adb35
1 changed files with 3 additions and 0 deletions
|
@ -324,6 +324,9 @@ access_get_by_addr(struct sockaddr *src)
|
|||
|
||||
TAILQ_FOREACH(ae, &access_entries, ae_link) {
|
||||
|
||||
if(!ae->ae_enabled)
|
||||
continue;
|
||||
|
||||
if(ae->ae_username[0] != '*')
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue