diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-09-06 12:15:10 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-09-06 12:15:10 +0100 |
commit | d52a8ce8499fbb88f4670623df9f52d3e790292b (patch) | |
tree | a8af9386e22f83b8a99d72b5cd8ba55ac2739d00 /test/log/2029 | |
parent | bc2767e61d9d31d2fb05078b0214d84d5e68d23d (diff) |
GnuTLS: clear errno before any data i/o op, so error logging does not see stale values
Diffstat (limited to 'test/log/2029')
-rw-r--r-- | test/log/2029 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/log/2029 b/test/log/2029 index b22a98af7..6d1107c7d 100644 --- a/test/log/2029 +++ b/test/log/2029 @@ -1,5 +1,5 @@ ******** SERVER ******** 1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port PORT_D -1999-03-02 09:44:33 10HmaX-0005vi-00 TLS error on connection from [127.0.0.1] (recv): The TLS connection was non-properly terminated.: syscall: No such file or directory +1999-03-02 09:44:33 10HmaX-0005vi-00 TLS error on connection from [127.0.0.1] (recv): The TLS connection was non-properly terminated. 1999-03-02 09:44:33 10HmaX-0005vi-00 SMTP connection lost after final dot H=[127.0.0.1] P=smtps |