gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit a75ae8ee1849d5a9671583ddc29a0df8164298b3
parent dc7be3f82e89ae77a79a23327829412397abd078
Author: Bart Polot <bart@net.in.tum.de>
Date:   Tue,  4 Feb 2014 17:38:34 +0000

- wrong assertion

Diffstat:
Msrc/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 @@ -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); }