size_t psize;
LOG (GNUNET_ERROR_TYPE_DEBUG, "Send packet() Buffer %u\n", size);
- h->th = NULL;
if ((0 == size) || (NULL == buf))
{
LOG (GNUNET_ERROR_TYPE_DEBUG, "Received NULL send callback\n");
LOG (GNUNET_ERROR_TYPE_DEBUG, " [%p] notify: %p, size %u\n",
th, th->notify, th->size);
+ GNUNET_assert (NULL != t);
LOG (GNUNET_ERROR_TYPE_DEBUG, " pid %u, max %u\n", t->pid, t->max_pid);
if (GNUNET_NO == th_is_payload (th) ||
break;
}
}
+ h->th = NULL;
if (GNUNET_YES == request)
{