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/5670 | |
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/5670')
-rw-r--r-- | test/log/5670 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/log/5670 b/test/log/5670 index 23213f3e7..9936c8592 100644 --- a/test/log/5670 +++ b/test/log/5670 @@ -21,4 +21,4 @@ 1999-03-02 09:44:33 acl_mail: ocsp in status: 1 (notresp) 1999-03-02 09:44:33 10HmbA-0005vi-00 <= <> H=localhost (server1.example.com) [127.0.0.1] P=esmtps X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=no S=sss id=E10HmaZ-0005vi-00@server1.example.com 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 TLS error on connection from localhost [127.0.0.1] (recv): The TLS connection was non-properly terminated.: syscall: Permission denied +1999-03-02 09:44:33 TLS error on connection from localhost [127.0.0.1] (recv): The TLS connection was non-properly terminated. |