git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b9529f
)
macros_trusted overriden message only if debugging.
author
Phil Pennock
<pdp@exim.org>
Sun, 30 Jan 2011 08:04:52 +0000
(
03:04
-0500)
committer
Phil Pennock
<pdp@exim.org>
Sun, 30 Jan 2011 08:04:52 +0000
(
03:04
-0500)
DEBUG(D_any) missing. Fixed.
src/src/exim.c
patch
|
blob
|
history
diff --git
a/src/src/exim.c
b/src/src/exim.c
index b3035ca7c7f918acb2938f03a1c324e09dd894d9..cf48c04b3f12dacadcbbfc5efe71483246520e3a 100644
(file)
--- a/
src/src/exim.c
+++ b/
src/src/exim.c
@@
-1281,7
+1281,7
@@
for (m = macros; m != NULL; m = m->next)
return FALSE;
}
}
-debug_printf("macros_trusted overriden to true by whitelisting\n");
+
DEBUG(D_any)
debug_printf("macros_trusted overriden to true by whitelisting\n");
return TRUE;
#endif
}