gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 01/04: fix codesonar finding: add CLOSE(fd)


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/04: fix codesonar finding: add CLOSE(fd)
Date: Tue, 26 Jun 2018 12:31:23 +0200

This is an automated email from the git hooks/post-receive script.

xrs pushed a commit to branch master
in repository gnunet.

commit e54f88a363b8560f83b13875c6e450b5393b0a7b
Author: xrs <address@hidden>
AuthorDate: Mon Jun 25 23:08:59 2018 +0200

    fix codesonar finding: add CLOSE(fd)
---
 src/gns/gnunet-bcd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gns/gnunet-bcd.c b/src/gns/gnunet-bcd.c
index 5279e83a4..a82607b94 100644
--- 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);
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]