]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/exim.c
Revert "Avoid repeated string-copy building command-string for rspamd"
[user/henk/code/exim.git] / src / src / exim.c
index 9f6efaf06d4ac337476a1a33cfe4bc349faad441..2b4ecbc66516ad4cafaf83ce119539977723b4b9 100644 (file)
@@ -550,9 +550,9 @@ close_unwanted(void)
 {
 if (smtp_input)
   {
-  #ifdef SUPPORT_TLS
-  tls_close(TRUE, TLS_NO_SHUTDOWN);      /* Shut down the TLS library */
-  #endif
+#ifdef SUPPORT_TLS
+  tls_close(NULL, TLS_NO_SHUTDOWN);      /* Shut down the TLS library */
+#endif
   (void)close(fileno(smtp_in));
   (void)close(fileno(smtp_out));
   smtp_in = NULL;
@@ -4084,7 +4084,7 @@ Don't attempt it if logging is disabled, or if listing variables or if
 verifying/testing addresses or expansions. */
 
 if (  (debug_selector & D_any  ||  LOGGING(arguments))
-      && really_exim && !list_options && !checking)
+   && really_exim && !list_options && !checking)
   {
   int i;
   uschar *p = big_buffer;