Fix allocation for "none" ACL that caused assertion failure (#41745)

This commit is contained in:
Mukund Sivaraman
2016-02-23 12:51:34 +05:30
parent a125381c60
commit 293a9e9978
3 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
acl a {
{ "none"; };
{ !19.0.0.0/0; };
};
options {
allow-query { a; };
};