summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-10 01:50:47 -0400
committerPhil Pennock <pdp@exim.org>2012-05-10 01:50:47 -0400
commit602e02546c7e38b36e4f741dad369ff46ccdea4b (patch)
treea7ece0a4ac5dcd8610a9325134fbb275ec02681b /src
parentbbaa92096a0720af1625982d024befac65d5909e (diff)
fix non-bw case, late slip not re-run by my earlier tests
Diffstat (limited to 'src')
-rw-r--r--src/src/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/daemon.c b/src/src/daemon.c
index de794f693..9b19c6249 100644
--- a/src/src/daemon.c
+++ b/src/src/daemon.c
@@ -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;