- blindness cured
authorBart Polot <bart@net.in.tum.de>
Mon, 13 Aug 2012 16:25:33 +0000 (16:25 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 13 Aug 2012 16:25:33 +0000 (16:25 +0000)
src/mesh/mesh_api.c

index 9d9b57aa3461af63eeab241f66893ef437ec6599..9f0dc0856afec2f68b3230d950e8874bb284a7d2 100644 (file)
@@ -1302,7 +1302,7 @@ send_callback (void *cls, size_t size, void *buf)
           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));