git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
351a5bc
)
Fix debug output in ${acl }
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 21 Jul 2013 23:06:04 +0000
(
00:06
+0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 21 Jul 2013 23:06:04 +0000
(
00:06
+0100)
src/src/expand.c
patch
|
blob
|
history
diff --git
a/src/src/expand.c
b/src/src/expand.c
index 1da2225637850b5ae8eda30854c96d81858c6499..dba047b284c511cbe5aad1c53f311e7a76c1c6af 100644
(file)
--- a/
src/src/expand.c
+++ b/
src/src/expand.c
@@
-1898,8
+1898,8
@@
while (i < nsub)
DEBUG(D_expand)
debug_printf("expanding: acl: %s arg: %s%s\n",
sub[0],
- acl_narg>0 ?
sub[1]
: US"<none>",
- acl_narg>1 ? " +more" : "");
+ acl_narg>0 ?
acl_arg[0]
: US"<none>",
+ acl_narg>1 ? " +more"
: "");
ret = acl_eval(acl_where, sub[0], user_msgp, &tmp);