gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23852 - gnunet/src/mesh
Date: Mon, 17 Sep 2012 14:16:11 +0200

Author: bartpolot
Date: 2012-09-17 14:16:11 +0200 (Mon, 17 Sep 2012)
New Revision: 23852

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
- return void

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-09-17 12:15:29 UTC (rev 
23851)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-09-17 12:16:11 UTC (rev 
23852)
@@ -1325,7 +1325,7 @@
  *
  * @return GNUNET_YES if should keep iterating, GNUNET_NO otherwise.
  */
-static int
+static void
 regex_next_edge (const struct MeshRegexBlock *block,
                  size_t size,
                  struct MeshRegexSearchContext *ctx)
@@ -1350,7 +1350,7 @@
                                                 &ctx->hash,
                                                 &regex_result_iterator,
                                                 new_ctx);
-    return GNUNET_YES; // We are already looking for it
+    return; // We are already looking for it
   }
   /* Start search in DHT */
   get_h = 
@@ -1369,10 +1369,10 @@
                                         
GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_FAST))
   {
     GNUNET_break (0);
-    return GNUNET_YES;
+    return;
   }
 
-  return GNUNET_YES;
+  return;
 }
 
 




reply via email to

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