diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-06 17:12:31 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-04 14:57:02 +0100 |
commit | 193e3acd2723abeaaad8575fec3c058df674fc5d (patch) | |
tree | afa6bb6dcdf9fc6f9d257063d523c61b03c6937b /test/stderr/0473 | |
parent | cb9d95aeae369ae85cd13473cda0bb3ae415fcb9 (diff) |
Deal explicitly with attempt to callout via null transport; fixes crash.
Diffstat (limited to 'test/stderr/0473')
-rw-r--r-- | test/stderr/0473 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stderr/0473 b/test/stderr/0473 index a29575e16..090335d97 100644 --- a/test/stderr/0473 +++ b/test/stderr/0473 @@ -14,7 +14,7 @@ callout cache: no address record found interface=NULL port=1224 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP<< 220 Server ready - SMTP>> HELO the.local.host.name + SMTP>> EHLO the.local.host.name SMTP<< 250 OK SMTP>> MAIL FROM:<> SMTP<< 250 OK |