index
:
ucspi-ssl
master
meson
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coe.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/coe.c')
-rw-r--r--
src/coe.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coe.c b/src/coe.c
index 50b2397..26c7977 100644
--- a/
src/coe.c
+++ b/
src/coe.c
@@ -5,5 +5,5 @@
int coe(int fd)
{
- return fcntl(fd,F_SETFD,1);
+ return fcntl(fd,F_SETFD,FD_CLOEXEC);
}