From: Bart Polot Date: Tue, 4 Feb 2014 17:38:34 +0000 (+0000) Subject: - wrong assertion X-Git-Tag: initial-import-from-subversion-38251~4788 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a75ae8ee1849d5a9671583ddc29a0df8164298b3;hp=dc7be3f82e89ae77a79a23327829412397abd078;p=oweals%2Fgnunet.git - wrong assertion --- 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); }