summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Kistner <tom@duncanthrax.net>2009-06-27 19:37:17 +0000
committerTom Kistner <tom@duncanthrax.net>2009-06-27 19:37:17 +0000
commitc8307c12debe200307fd8ffe5539c9170dc1e8a5 (patch)
treee4604a1da97e42081b790a9ab1c4f6c1e687519e /src
parent015f07e61c892d9edeeeaf600537251b3f2a98b9 (diff)
Fix wrong #ifndef macro
Diffstat (limited to 'src')
-rw-r--r--src/src/expand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/expand.c b/src/src/expand.c
index d01d0d11e..7d6d15041 100644
--- a/src/src/expand.c
+++ b/src/src/expand.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/expand.c,v 1.98 2009/06/10 07:34:04 tom Exp $ */
+/* $Cambridge: exim/src/src/expand.c,v 1.99 2009/06/27 19:37:17 tom Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -1565,7 +1565,7 @@ while (last > first)
}
return var_buffer;
- #ifndef DKIM_DISABLE
+ #ifndef DISABLE_DKIM
case vtype_dkim:
return dkim_exim_expand_query((int)var_table[middle].value);
#endif