const struct GNUNET_MessageHeader *hdr;
uint16_t msize;
+ GNUNET_assert (cont != NULL);
hdr = (const struct GNUNET_MessageHeader*) &h[1];
msize = ntohs(hdr->size);
#if DEBUG_DATASTORE
GNUNET_DATASTORE_ContinuationWithStatus cont = h->response_proc;
uint16_t msize;
- h->response_proc = NULL;
if (buf == NULL)
{
+ h->response_proc = NULL;
h->message_size = 0;
cont (h->response_proc_cls,
GNUNET_SYSERR,
const struct GNUNET_MessageHeader *hdr;
uint16_t msize;
+ GNUNET_assert (cont != NULL);
hdr = (const struct GNUNET_MessageHeader*) &h[1];
msize = ntohs(hdr->size);
#if DEBUG_DATASTORE