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:
3af95cd
)
Testsuite: reverted: Output of path to fakens
author
Heiko Schlittermann (HS12)
<hs@schlittermann.de>
Thu, 14 May 2015 22:56:21 +0000
(
00:56
+0200)
committer
Heiko Schlittermann (HS12)
<hs@schlittermann.de>
Thu, 14 May 2015 23:04:40 +0000
(
01:04
+0200)
This partially reverts
5f3d09836
.
src/src/dns.c
patch
|
blob
|
history
diff --git
a/src/src/dns.c
b/src/src/dns.c
index f19d23b4c1fda73c50a6cf8c688b3307920c6985..33520183b22fe90067a946207775aafd12ec9806 100644
(file)
--- a/
src/src/dns.c
+++ b/
src/src/dns.c
@@
-90,8
+90,7
@@
if (stat(CS utilname, &statbuf) >= 0)
int infd, outfd, rc;
uschar *argv[5];
- DEBUG(D_dns) debug_printf("DNS lookup of %s (%s) using fakens `%s'\n",
- name, dns_text_type(type), utilname);
+ DEBUG(D_dns) debug_printf("DNS lookup of %s (%s) using fakens\n", name, dns_text_type(type));
argv[0] = utilname;
argv[1] = config_main_directory;