summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-10-25 14:51:17 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-10-25 14:51:17 +0100
commit215e8e5fd8ac4478650cedde8d00dd529081938f (patch)
tree3107d8e5cddff4c1dccf7f04fd44bc847b931a66
parent970424a5fbfce9c2cc353a39fd26cd85e4fb6da0 (diff)
Unbreak non-DKIM build
-rw-r--r--src/src/macro_predef.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/macro_predef.c b/src/src/macro_predef.c
index 1b5cf4795..ba1934885 100644
--- a/src/src/macro_predef.c
+++ b/src/src/macro_predef.c
@@ -276,7 +276,9 @@ options_auths();
static void
params(void)
{
+#ifndef DISABLE_DKIM
dkim_params();
+#endif
}