git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a1c2ef
)
Fix Freebsd TFO build
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 31 Jan 2021 13:58:26 +0000
(13:58 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 31 Jan 2021 13:58:26 +0000
(13:58 +0000)
Broken-by: 3eb0bcd7a1
src/src/malware.c
patch
|
blob
|
history
diff --git
a/src/src/malware.c
b/src/src/malware.c
index 7c134d7597e8baaa2d9fd8b128c71ad0d42aedb7..831e9af1f7e091c9327bda35e9e9b3f38f92806b 100644
(file)
--- a/
src/src/malware.c
+++ b/
src/src/malware.c
@@
-280,7
+280,7
@@
if (fd >= 0)
{
struct timeval tv = {.tv_sec = 5};
fd_set fds;
- FD_ZERO(fds); FD_SET(fd, &fds); (void) select(fd+1, NULL, &fds, NULL, &tv);
+ FD_ZERO(
&
fds); FD_SET(fd, &fds); (void) select(fd+1, NULL, &fds, NULL, &tv);
}
#endif
return fd;