diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-18 23:28:26 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-18 23:28:26 +0100 |
commit | bfe6da1991922941c979cc71fbcb5a45b6af2cfc (patch) | |
tree | 5691dc8ac7dffd9519fc3b7e0e8c98fc9bbd695e /src | |
parent | 25ca84e25a47ccf8e1e0560ebd88794dabeb8db5 (diff) |
ACL: reword error message for ratelimit. Bug 2267
Diffstat (limited to 'src')
-rw-r--r-- | src/src/acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/acl.c b/src/src/acl.c index 35d955da6..edf4fb4d0 100644 --- a/src/src/acl.c +++ b/src/src/acl.c @@ -2340,7 +2340,7 @@ if (leaky + strict + readonly > 1) return ratelimit_error(log_msgptr, "conflicting update modes"); if (badacl && (leaky || strict) && !noupdate) return ratelimit_error(log_msgptr, - "\"%s\" must not have /leaky or /strict option in %s ACL", + "\"%s\" must not have /leaky or /strict option, or cannot be used in %s ACL", ratelimit_option_string[mode], acl_wherenames[where]); /* Set the default values of any unset options. In readonly mode we |