diff options
Diffstat (limited to 'src/src/verify.c')
-rw-r--r-- | src/src/verify.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/verify.c b/src/src/verify.c index 3624af0bc..b52533f7a 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -889,7 +889,9 @@ can do it there for the non-rcpt-verify case. For this we keep an addresscount. /* Need proper integration with the proper transport mechanism. */ if (cutthrough.delivery) { +#ifndef DISABLE_DKIM uschar * s; +#endif if (addr->transport->filter_command) { cutthrough.delivery = FALSE; |