aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dv/gnunet-dv.c1
-rw-r--r--src/dv/gnunet-service-dv.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/dv/gnunet-dv.c b/src/dv/gnunet-dv.c
index 901739cc2..7be154792 100644
--- a/src/dv/gnunet-dv.c
+++ b/src/dv/gnunet-dv.c
@@ -43,6 +43,7 @@ static int verbose;
43 * @param cls closure 43 * @param cls closure
44 * @param peer newly connected peer 44 * @param peer newly connected peer
45 * @param distance distance to the peer 45 * @param distance distance to the peer
46 * @param network the network the next hop is located in
46 */ 47 */
47static void 48static void
48connect_cb (void *cls, 49connect_cb (void *cls,
diff --git a/src/dv/gnunet-service-dv.c b/src/dv/gnunet-service-dv.c
index 56e5c403e..20202a123 100644
--- a/src/dv/gnunet-service-dv.c
+++ b/src/dv/gnunet-service-dv.c
@@ -1902,8 +1902,6 @@ free_direct_neighbors (void *cls,
1902 void *value) 1902 void *value)
1903{ 1903{
1904 struct DirectNeighbor *neighbor = value; 1904 struct DirectNeighbor *neighbor = value;
1905
1906 GNUNET_break (0);
1907 cleanup_neighbor (neighbor); 1905 cleanup_neighbor (neighbor);
1908 return GNUNET_YES; 1906 return GNUNET_YES;
1909} 1907}