Commit 436a032
committed
mod_spamassassin: Don't close file descriptor twice.
A soft assertion was triggered due to PIPE_CLOSE(output) closing an
already closed file descriptor. Use the CLOSE macro instead of close
to ensure the file descriptor is set to -1 after close, prior to the
PIPE_CLOSE call.
LBBS-100 #close1 parent 5abe811 commit 436a032
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
0 commit comments