]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/deliver.c
GnuTLS: Fix client detection of server reject of client cert under TLS1.3
[user/henk/code/exim.git] / src / src / deliver.c
index ebb64778c9dc7e74da348107ed0559d213ff2f0c..50647007072abfb30bc0df1c7cca61cc8885a212 100644 (file)
@@ -7401,7 +7401,7 @@ if (addr_senddsn)
 
     tctx.u.fd = fd;
     tctx.options = topt_add_return_path | topt_no_body;
-    /*XXX hmm, retval ignored.
+    /*XXX hmm, FALSE(fail) retval ignored.
     Could error for any number of reasons, and they are not handled. */
     transport_write_message(&tctx, 0);
     fflush(f);