gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20092 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r20092 - gnunet/src/namestore
Date: Tue, 28 Feb 2012 10:04:36 +0100

Author: wachs
Date: 2012-02-28 10:04:36 +0100 (Tue, 28 Feb 2012)
New Revision: 20092

Modified:
   gnunet/src/namestore/namestore_api.c
Log:
- send START first


Modified: gnunet/src/namestore/namestore_api.c
===================================================================
--- gnunet/src/namestore/namestore_api.c        2012-02-28 08:40:01 UTC (rev 
20091)
+++ gnunet/src/namestore/namestore_api.c        2012-02-28 09:04:36 UTC (rev 
20092)
@@ -585,7 +585,7 @@
     init = (struct StartMessage *) &p[1];
     init->header.type = htons (GNUNET_MESSAGE_TYPE_NAMESTORE_START);
     init->header.size = htons (sizeof (struct StartMessage));
-    GNUNET_CONTAINER_DLL_insert_tail (h->pending_head, h->pending_tail, p);
+    GNUNET_CONTAINER_DLL_insert (h->pending_head, h->pending_tail, p);
   }
   do_transmit (h);
 }




reply via email to

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