projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbaa920
)
fix non-bw case, late slip not re-run by my earlier tests
author
Phil Pennock
<pdp@exim.org>
Thu, 10 May 2012 05:50:47 +0000
(
01:50
-0400)
committer
Phil Pennock
<pdp@exim.org>
Thu, 10 May 2012 05:50:47 +0000
(
01:50
-0400)
src/src/daemon.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/daemon.c
b/src/src/daemon.c
index de794f693ddc54713f2cb3b8b4be4900be833949..9b19c6249fad9655e29816a9095c55a8e80e4c55 100644
(file)
--- 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;