summaryrefslogtreecommitdiff
path: root/daemon/acl_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/acl_list.c')
-rw-r--r--daemon/acl_list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/acl_list.c b/daemon/acl_list.c
index f7d71b9fddb9..c16a920d99ee 100644
--- a/daemon/acl_list.c
+++ b/daemon/acl_list.c
@@ -111,6 +111,8 @@ acl_list_str_cfg(struct acl_list* acl, const char* str, const char* s2,
control = acl_refuse_non_local;
else if(strcmp(s2, "allow_snoop") == 0)
control = acl_allow_snoop;
+ else if(strcmp(s2, "allow_setrd") == 0)
+ control = acl_allow_setrd;
else {
log_err("access control type %s unknown", str);
return 0;