summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/src/acl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/acl.c b/src/src/acl.c
index 8af564308..77fdc5627 100644
--- a/src/src/acl.c
+++ b/src/src/acl.c
@@ -2340,6 +2340,7 @@ case RATE_PER_RCPT:
anchor = &ratelimiters_cmd;
break;
default:
+ anchor = NULL; /* silence an "unused" complaint */
log_write(0, LOG_MAIN|LOG_PANIC_DIE,
"internal ACL error: unknown ratelimit mode %d", mode);
break;