Fix allocation for "none" ACL that caused assertion failure (#41745)
This commit is contained in:
8
bin/tests/system/checkconf/good-acl.conf
Normal file
8
bin/tests/system/checkconf/good-acl.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
acl a {
|
||||
{ "none"; };
|
||||
{ !19.0.0.0/0; };
|
||||
};
|
||||
|
||||
options {
|
||||
allow-query { a; };
|
||||
};
|
||||
Reference in New Issue
Block a user