X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftransports%2Fsmtp.c;h=016f9783ff82cf7395f973ca76b41c07762ab2a4;hb=cb63e7df39c6b128c36754295490316a18104fd2;hp=3b4aea192e04eadc93f5c26007bb62c5adc526dc;hpb=9bfb7e1bec2b3b6022c2e7b42df9ac606693dcfd;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index 3b4aea192..016f9783f 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -3513,6 +3513,7 @@ propagate it from the initial _exit(pid < 0 ? EXIT_FAILURE : EXIT_SUCCESS); } smtp_proxy_tls(sx.buffer, sizeof(sx.buffer), pfd[0], sx.ob->command_timeout); + if (running_in_test_harness) millisleep(100); /* let logging complete */ exim_exit(0, US"TLS proxy"); } }