diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-20 21:03:22 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-21 15:32:39 +0100 |
commit | 0768462dc5830cde5ae7a3659577fb557926db28 (patch) | |
tree | 7dbab121cea518ba75349c4830fcfec07c60173d /src | |
parent | 099afc4f7362d39816cb3555127214548dd9cb35 (diff) |
tidying
Diffstat (limited to 'src')
-rw-r--r-- | src/src/deliver.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/src/deliver.c b/src/src/deliver.c index 24c4048f6..6c6e6f7d1 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -3315,8 +3315,8 @@ small items (less than PIPE_BUF, which seems to be at least 512 in any Unix and often bigger) so even if we are reading while the subprocess is still going, we should never have only a partial item in the buffer. -hs12: This assumption is not true anymore, since we got quit large items (certificate -information and such) +hs12: This assumption is not true anymore, since we get quite large items (certificate +information and such). Argument: poffset the offset of the parlist item @@ -4685,12 +4685,10 @@ all pipes, so I do not see a reason to use non-blocking IO here search_tidyup(); - if ((pid = fork()) == 0) { int fd = pfd[pipe_write]; host_item *h; - DEBUG(D_deliver) debug_selector |= D_pid; // hs12 /* Setting this global in the subprocess means we need never clear it */ transport_name = tp->name; |