projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ac6b2e
)
Fix merge problem.
author
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 23 Nov 2012 01:33:31 +0000
(
01:33
+0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 23 Nov 2012 01:33:31 +0000
(
01:33
+0000)
src/src/queue.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/queue.c
b/src/src/queue.c
index ff0ae67e534e600dc1e0dba1faef5f84ae90c5ca..8876e09beb8ff233bea77e914fdf00a10853b99c 100644
(file)
--- a/
src/src/queue.c
+++ b/
src/src/queue.c
@@
-650,7
+650,7
@@
for (i = (queue_run_in_order? -1 : 0);
the mere fact that read() unblocks is enough. */
set_process_info("running queue: waiting for children of %d", pid);
- if (read(pfd[pipe_read], buffer, sizeof(buffer)) >
=
0)
+ if (read(pfd[pipe_read], buffer, sizeof(buffer)) > 0)
log_write(0, LOG_MAIN|LOG_PANIC, "queue run: unexpected data on pipe");
(void)close(pfd[pipe_read]);
set_process_info("running queue");