t->peers[0]->t = t;
t->peers[0]->connected = 1;
t->peers[0]->id = t->owner;
+ GNUNET_PEER_change_rc (t->owner, 1);
t->mesh = h;
t->tid = tid;
if (NULL != h->new_tunnel)
case GNUNET_MESSAGE_TYPE_MESH_MULTICAST:
mcast = (struct GNUNET_MESH_Multicast *) message;
t = retrieve_tunnel (h, ntohl (mcast->tid));
-#if MESH_API_DEBUG // FIXME debug for #2071
- if (NULL == t)
- {
- GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "mesh: tunnel %u unknown\n",
- ntohl (mcast->tid));
- }
-#endif
payload = (struct GNUNET_MessageHeader *) &mcast[1];
peer = &mcast->oid;
break;