gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21105 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r21105 - gnunet/src/dht
Date: Mon, 23 Apr 2012 10:17:53 +0200

Author: bartpolot
Date: 2012-04-23 10:17:53 +0200 (Mon, 23 Apr 2012)
New Revision: 21105

Modified:
   gnunet/src/dht/dht_api.c
Log:
- Wrong message type

Modified: gnunet/src/dht/dht_api.c
===================================================================
--- gnunet/src/dht/dht_api.c    2012-04-23 07:58:27 UTC (rev 21104)
+++ gnunet/src/dht/dht_api.c    2012-04-23 08:17:53 UTC (rev 21105)
@@ -1123,7 +1123,7 @@
   pending->msg = &m->header;
   pending->handle = handle;
   pending->free_on_send = GNUNET_YES;
-  m->header.type = htons (GNUNET_MESSAGE_TYPE_DHT_MONITOR_GET);
+  m->header.type = htons (GNUNET_MESSAGE_TYPE_DHT_MONITOR_START);
   m->header.size = htons (sizeof (struct GNUNET_DHT_MonitorStartMessage));
   m->type = htonl(type);
   m->get = (NULL != get_cb);




reply via email to

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