From cbad42c51bd56b3ba13e093f7276a192bedd942e Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 13 Aug 2012 16:25:33 +0000 Subject: [PATCH] - blindness cured --- src/mesh/mesh_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index 9d9b57aa3..9f0dc0856 100644 --- a/src/mesh/mesh_api.c +++ b/src/mesh/mesh_api.c @@ -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)); -- 2.25.1