]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/ip.c
Split out smtp MAIL and RCPT option string building
[user/henk/code/exim.git] / src / src / ip.c
index ee70cf469085294575624b1a87b5d1fac8e9e5f1..8bb6bed1f4e38d2674b515e04651628545657187 100644 (file)
@@ -7,7 +7,7 @@
 
 /* Functions for doing things with sockets. With the advent of IPv6 this has
 got messier, so that it's worth pulling out the code into separate functions
-that other parts of Exim can call, expecially as there are now several
+that other parts of Exim can call, especially as there are now several
 different places in the code where sockets are used. */
 
 
@@ -240,7 +240,7 @@ if (fastopen)
      )
     {
     DEBUG(D_transport)
-      debug_printf("Tried TCP Fast Open but apparently not enabled by sysctl");
+      debug_printf("Tried TCP Fast Open but apparently not enabled by sysctl\n");
     rc = connect(sock, s_ptr, s_len);
     }
   }