[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r25849 - gnunet/src/mesh
From: |
gnunet |
Subject: |
[GNUnet-SVN] r25849 - gnunet/src/mesh |
Date: |
Mon, 21 Jan 2013 17:27:24 +0100 |
Author: bartpolot
Date: 2013-01-21 17:27:24 +0100 (Mon, 21 Jan 2013)
New Revision: 25849
Modified:
gnunet/src/mesh/gnunet-service-mesh.c
Log:
- move code to regex_dht
Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c 2013-01-21 16:26:42 UTC (rev
25848)
+++ gnunet/src/mesh/gnunet-service-mesh.c 2013-01-21 16:27:24 UTC (rev
25849)
@@ -7195,7 +7195,6 @@
{
struct GNUNET_MESH_ConnectPeerByString *msg;
struct MeshRegexSearchInfo *info;
- struct GNUNET_HashCode key;
struct MeshTunnel *t;
struct MeshClient *c;
MESH_TunnelNumber tid;
@@ -7261,13 +7260,6 @@
len = size - sizeof(struct GNUNET_MESH_ConnectPeerByString);
string = (const char *) &msg[1];
- /* Initialize context */
- size = GNUNET_REGEX_get_first_key (string, len, &key);
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- " consumed %u bits out of %u\n", size, len);
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- " looking for %s\n", GNUNET_h2s (&key));
-
info = GNUNET_malloc (sizeof (struct MeshRegexSearchInfo));
info->t = t;
info->description = GNUNET_strndup (string, len);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r25849 - gnunet/src/mesh,
gnunet <=