Gitweb:
http://git.exim.org/exim.git/commitdiff/602e02546c7e38b36e4f741dad369ff46ccdea4b
Commit: 602e02546c7e38b36e4f741dad369ff46ccdea4b
Parent: bbaa92096a0720af1625982d024befac65d5909e
Author: Phil Pennock <pdp@???>
AuthorDate: Thu May 10 01:50:47 2012 -0400
Committer: Phil Pennock <pdp@???>
CommitDate: Thu May 10 01:50:47 2012 -0400
fix non-bw case, late slip not re-run by my earlier tests
---
src/src/daemon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/src/daemon.c b/src/src/daemon.c
index de794f6..9b19c62 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;