From 67a61b92444b8dbbc9942d8d5942666c88d4aa38 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 18 Jan 2010 16:11:21 +0000 Subject: [PATCH] clenaer --- src/topology/gnunet-daemon-topology.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c index 3c29c229d..bc2f3ec7f 100644 --- a/src/topology/gnunet-daemon-topology.c +++ b/src/topology/gnunet-daemon-topology.c @@ -873,6 +873,7 @@ process_peer (void *cls, } consider_for_advertising (hello); pos = find_peer (peer); + GNUNET_assert (NULL != pos); #if DEBUG_TOPOLOGY GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Considering connecting to peer `%s'\n", -- 2.25.1