]> diplodocus.org Git - nmh/commitdiff
smtp.c: Use read-end of pipe, not random integer.
authorRalph Corderoy <ralph@inputplus.co.uk>
Thu, 7 Sep 2017 08:57:11 +0000 (09:57 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Thu, 7 Sep 2017 08:57:11 +0000 (09:57 +0100)
Instead of `pdi[0]' the array of two elements was being indexed by `i'.
That is typically zero so everything works, but can be up to five
depending how many times fork(2) failed before succeeding.  Fixes
e65127948.


No differences found