projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23644d2
)
fix codesonar finding: add CLOSE(fd)
author
xrs
<xrs@mail36.net>
Mon, 25 Jun 2018 21:08:59 +0000
(23:08 +0200)
committer
xrs
<xrs@mail36.net>
Mon, 25 Jun 2018 21:08:59 +0000
(23:08 +0200)
src/gns/gnunet-bcd.c
patch
|
blob
|
history
diff --git
a/src/gns/gnunet-bcd.c
b/src/gns/gnunet-bcd.c
index 5279e83a451bceec8b90ad00a1f8393d2cbcea68..a82607b949fe2de452418bae3460fb970a658909 100644
(file)
--- a/
src/gns/gnunet-bcd.c
+++ b/
src/gns/gnunet-bcd.c
@@
-499,6
+499,7
@@
run (void *cls,
return;
GNUNET_SCHEDULER_add_shutdown (&server_stop,
NULL);
+ CLOSE(fd);
}