gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32219 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32219 - gnunet/src/mesh
Date: Tue, 4 Feb 2014 18:38:34 +0100

Author: bartpolot
Date: 2014-02-04 18:38:34 +0100 (Tue, 04 Feb 2014)
New Revision: 32219

Modified:
   gnunet/src/mesh/gnunet-service-mesh_hello.c
Log:
- wrong assertion

Modified: gnunet/src/mesh/gnunet-service-mesh_hello.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_hello.c 2014-02-04 17:36:47 UTC (rev 
32218)
+++ gnunet/src/mesh/gnunet-service-mesh_hello.c 2014-02-04 17:38:34 UTC (rev 
32219)
@@ -124,7 +124,7 @@
 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);
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]