git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5db00ee
)
nit: document that `fout` must be open for reading too
author
Phil Pennock
<pdp@exim.org>
Tue, 14 Feb 2017 23:20:52 +0000
(18:20 -0500)
committer
Phil Pennock
<pdp@exim.org>
Tue, 14 Feb 2017 23:24:29 +0000
(18:24 -0500)
(cherry picked from commit
544dd905b208164eaae771ab6d2a198b4c67aa0c
)
Signed-off-by: Phil Pennock <pdp@exim.org>
src/src/receive.c
patch
|
blob
|
history
diff --git
a/src/src/receive.c
b/src/src/receive.c
index 5125a4f47525fbb6af01d8b0add9cd255daea2df..ed2c57ba5e75fc507a9ad3187c9a2d9334e121f5 100644
(file)
--- a/
src/src/receive.c
+++ b/
src/src/receive.c
@@
-906,7
+906,8
@@
a cut-down version of the state-machine above; we don't need to do leading-dot
detection and unstuffing.
Arguments:
- fout a FILE to which to write the message; NULL if skipping
+ fout a FILE to which to write the message; NULL if skipping;
+ must be open for both writing and reading.
Returns: One of the END_xxx values indicating why it stopped reading
*/