compiler quietening
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 7 Apr 2022 21:25:27 +0000 (22:25 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 7 Apr 2022 21:25:27 +0000 (22:25 +0100)
src/src/transports/smtp.c

index 70ab483a6daf590a05cdc2539ad948086414036c..59abb9ef884da4a59e34d478d47759a867c10718 100644 (file)
@@ -3559,14 +3559,12 @@ struct pollfd p[2] = {{.fd = tls_out.active.sock, .events = POLLIN},
                      {.fd = pfd[0], .events = POLLIN}};
 int rc, i;
 BOOL send_tls_shutdown = TRUE;
-uschar * s =
-  string_sprintf("proxying TLS connection for continued transport to %s\n", host);
 
 close(pfd[1]);
 if ((rc = exim_fork(US"tls-proxy")))
   _exit(rc < 0 ? EXIT_FAILURE : EXIT_SUCCESS);
 
-set_process_info(CCS s);
+set_process_info("proxying TLS connection for continued transport to %s\n", host);
 
 do
   {