gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23213 - gnunet/src/mesh
Date: Mon, 13 Aug 2012 18:25:33 +0200

Author: bartpolot
Date: 2012-08-13 18:25:33 +0200 (Mon, 13 Aug 2012)
New Revision: 23213

Modified:
   gnunet/src/mesh/mesh_api.c
Log:
- blindness cured

Modified: gnunet/src/mesh/mesh_api.c
===================================================================
--- gnunet/src/mesh/mesh_api.c  2012-08-13 16:17:51 UTC (rev 23212)
+++ gnunet/src/mesh/mesh_api.c  2012-08-13 16:25:33 UTC (rev 23213)
@@ -1302,7 +1302,7 @@
           to.header.size = htons (psize);
           to.header.type = htons (GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN);
           to.tid = htonl (t->tid);
-          // FIXME pid?
+          to.pid = htonl (t->pid);
           memset (&to.oid, 0, sizeof (struct GNUNET_PeerIdentity));
           memset (&to.sender, 0, sizeof (struct GNUNET_PeerIdentity));
           memcpy (cbuf, &to, sizeof (to));




reply via email to

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