git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Callouts: fix recipient verify/random
[users/heiko/exim.git]
/
test
/
src
/
client.c
diff --git
a/test/src/client.c
b/test/src/client.c
index c1ac6b7f15a812c61053189c8182e2499b663e0d..f34cf784c9a671c0f1d84d24a81da75f648680e3 100644
(file)
--- a/
test/src/client.c
+++ b/
test/src/client.c
@@
-939,7
+939,7
@@
while (fgets(CS outbuffer, sizeof(outbuffer), stdin) != NULL)
}
else
{
- printf("
E
nexpected EOF read\n");
+ printf("
U
nexpected EOF read\n");
close(sock);
exit(80);
}