diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-25 14:51:17 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-25 14:51:17 +0100 |
commit | 215e8e5fd8ac4478650cedde8d00dd529081938f (patch) | |
tree | 3107d8e5cddff4c1dccf7f04fd44bc847b931a66 | |
parent | 970424a5fbfce9c2cc353a39fd26cd85e4fb6da0 (diff) |
Unbreak non-DKIM build
-rw-r--r-- | src/src/macro_predef.c | 2 |
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 } |