[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: gnunet-bcd.c: minor fix
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: gnunet-bcd.c: minor fix |
Date: |
Tue, 26 Jun 2018 14:11:13 +0200 |
This is an automated email from the git hooks/post-receive script.
xrs pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 61912531b gnunet-bcd.c: minor fix
new 585793ee0 Merge branch 'master' of ssh://gnunet.org/gnunet
61912531b is described below
commit 61912531ba7971fb42afc4615d18122e1c9df913
Author: xrs <address@hidden>
AuthorDate: Tue Jun 26 13:21:51 2018 +0200
gnunet-bcd.c: minor fix
---
src/gns/gnunet-bcd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gns/gnunet-bcd.c b/src/gns/gnunet-bcd.c
index a82607b94..9737e1a49 100644
--- a/src/gns/gnunet-bcd.c
+++ b/src/gns/gnunet-bcd.c
@@ -469,7 +469,7 @@ run (void *cls,
"open",
fn);
GNUNET_free (fn);
- CLOSE (fd);
+ GNUNET_break (0 == CLOSE (fd));
return;
}
GNUNET_free (fn);
@@ -499,7 +499,7 @@ run (void *cls,
return;
GNUNET_SCHEDULER_add_shutdown (&server_stop,
NULL);
- CLOSE(fd);
+ GNUNET_break (0 == CLOSE(fd));
}
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: gnunet-bcd.c: minor fix,
gnunet <=