[exim-cvs] wip

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Exim Git Commits Mailing List
Data:  
Para: exim-cvs
Asunto: [exim-cvs] wip
Gitweb: https://git.exim.org/exim.git/commitdiff/8b67c555ee9cfb7617ca2e94bb1c53eab8b7e39b
Commit:     8b67c555ee9cfb7617ca2e94bb1c53eab8b7e39b
Parent:     97045ae80155d4423540405d514020ee1963f42d
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Feb 17 20:00:27 2021 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sun Mar 7 23:39:46 2021 +0000


    wip
---
 doc/doc-docbook/spec.xfpt | 2 +-
 src/src/EDITME            | 4 ++--
 test/src/server.c         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 2a2f81c..6ce9d87 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -29807,7 +29807,7 @@ Ivan is the author of the popular TLS testing tools at


.section "Certificate chains" "SECID186"
-The file named by &%tls_certificate%& may contain more than one
+A file named by &%tls_certificate%& may contain more than one
certificate. This is useful in the case where the certificate that is being
sent is validated by an intermediate certificate which the other end does
not have. Multiple certificates must be in the correct order in the file.
diff --git a/src/src/EDITME b/src/src/EDITME
index 75c3e7c..b583a99 100644
--- a/src/src/EDITME
+++ b/src/src/EDITME
@@ -198,7 +198,7 @@ SPOOL_DIRECTORY=/var/spool/exim
# the libraries and headers are installed, as the pkg-config .pc
# specification should include all -L/-I information necessary.
# Enabling the USE_*_PC options should be sufficient. If not using
-# pkg-config, then you have to specify the libraries, and you mmight
+# pkg-config, then you have to specify the libraries, and you might
# need to specify the locations too.

# Uncomment the following lines if you want
@@ -207,7 +207,7 @@ SPOOL_DIRECTORY=/var/spool/exim
# Unless you do this, you must define one of USE_OPENSSL or USE_GNUTLS
# below.

-# If you are buliding with TLS, the library configuration must be done:
+# If you are building with TLS, the library configuration must be done:

 # Uncomment this if you are using OpenSSL
 # USE_OPENSSL=yes
diff --git a/test/src/server.c b/test/src/server.c
index 94cd3a8..8fda1d4 100644
--- a/test/src/server.c
+++ b/test/src/server.c
@@ -651,7 +651,7 @@ for (count = 0; count < connection_count; count++)
         { end = "\n"; ss += 3; len -= 3; }


       fwrite(ss, 1, len, out);
-      if (*end) fprintf(out, end);
+      if (*end) fputs(end, out);
       }


     else if (isdigit((unsigned char)ss[0]))