gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27178 - gnunet/src/mesh
Date: Thu, 16 May 2013 16:43:41 +0200

Author: bartpolot
Date: 2013-05-16 16:43:41 +0200 (Thu, 16 May 2013)
New Revision: 27178

Modified:
   gnunet/src/mesh/gnunet-service-mesh-new.c
Log:
- fix

Modified: gnunet/src/mesh/gnunet-service-mesh-new.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh-new.c   2013-05-16 14:43:09 UTC (rev 
27177)
+++ gnunet/src/mesh/gnunet-service-mesh-new.c   2013-05-16 14:43:41 UTC (rev 
27178)
@@ -2507,8 +2507,8 @@
   t->prev_fc.last_ack_sent = t->nobuffer ? 0 : INITIAL_WINDOW_SIZE - 1;
   msg->header.size = htons (sizeof (struct GNUNET_MESH_PathACK));
   msg->header.type = htons (GNUNET_MESSAGE_TYPE_MESH_PATH_ACK);
-  GNUNET_PEER_resolve (id->oid, &msg->oid);
-  msg->tid = htonl (id->tid);
+  GNUNET_PEER_resolve (t->id.oid, &msg->oid);
+  msg->tid = htonl (t->id.tid);
   msg->peer_id = my_full_id;
   msg->ack = htonl (t->prev_fc.last_ack_sent);
 




reply via email to

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