fix non-bw case, late slip not re-run by my earlier tests
authorPhil Pennock <pdp@exim.org>
Thu, 10 May 2012 05:50:47 +0000 (01:50 -0400)
committerPhil Pennock <pdp@exim.org>
Thu, 10 May 2012 05:50:47 +0000 (01:50 -0400)
src/src/daemon.c

index de794f693ddc54713f2cb3b8b4be4900be833949..9b19c6249fad9655e29816a9095c55a8e80e4c55 100644 (file)
@@ -1042,7 +1042,7 @@ The preparation code decodes options and sets up the relevant data. We do this
 first, so that we can return non-zero if there are any syntax errors, and also
 write to stderr. */
 
-else if (daemon_listen)
+if (daemon_listen && !inetd_wait_mode)
   {
   int *default_smtp_port;
   int sep;