author | Florian Forster <octo@collectd.org> | |
Tue, 8 Dec 2015 11:51:29 +0000 (12:51 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 8 Dec 2015 11:51:32 +0000 (12:51 +0100) | ||
commit | 0672b1d3b0c914d54191a7ca203d02061792a9bd | |
tree | 4f44dfe4b8812f9ad8c0ecae00cbca24dc46e43f | tree | snapshot |
parent | 77425c1a1afd89f17171281665ccbf0172b3da42 | commit | diff |
email plugin: Refactor the accept() loop.
This removes the assumption that accept() returning a socket (success)
implies that errno is not equal to EINTR. This is probably a reasonable
assumption, but trips up Coverity may be a bit hard to read.
CID: 38009
This removes the assumption that accept() returning a socket (success)
implies that errno is not equal to EINTR. This is probably a reasonable
assumption, but trips up Coverity may be a bit hard to read.
CID: 38009
src/email.c | diff | blob | history |