From a75ae8ee1849d5a9671583ddc29a0df8164298b3 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 4 Feb 2014 17:38:34 +0000 Subject: [PATCH 1/1] - wrong assertion --- src/mesh/gnunet-service-mesh_hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/gnunet-service-mesh_hello.c b/src/mesh/gnunet-service-mesh_hello.c index fa1429fd9..d0209dcf8 100644 --- a/src/mesh/gnunet-service-mesh_hello.c +++ b/src/mesh/gnunet-service-mesh_hello.c @@ -124,7 +124,7 @@ void GMH_init (const struct GNUNET_CONFIGURATION_Handle *c) { LOG (GNUNET_ERROR_TYPE_DEBUG, "init\n"); - GNUNET_assert (NULL != nc); + GNUNET_assert (NULL == nc); peerinfo = GNUNET_PEERINFO_connect (c); nc = GNUNET_PEERINFO_notify (c, GNUNET_NO, &got_hello, NULL); } -- 2.25.1