summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2011-10-06 02:59:26 -0400
committerPhil Pennock <pdp@exim.org>2011-10-06 02:59:26 -0400
commit3399bb60b83537c54021e5d0553612fe2f2cde39 (patch)
tree600fb980172e38751ce47c272beaed1b8f2bfd94 /src
parentd690cbdcc1eae1eb60e83caf6800f768b733dadd (diff)
shut up bogus complaint of unused variable in new ratelimit ACL workexim-4_77_RC4
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;