aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-16 10:20:01 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-16 10:20:01 +0000
commite76cde7d644a7ca324fec0f9c59c321e98de8d2e (patch)
treea190f5de12d5e0a23c0eff4959d89adee1631d9c /src/cadet
parentab3bb8c4287493e878d91882c0cbc132b2b391e7 (diff)
downloadgnunet-e76cde7d644a7ca324fec0f9c59c321e98de8d2e.tar.gz
gnunet-e76cde7d644a7ca324fec0f9c59c321e98de8d2e.zip
fixing #3610
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/cadet_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index 058f3fa87..57b292f25 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -1440,6 +1440,8 @@ send_packet (struct GNUNET_CADET_Handle *h,
1440 th->channel = channel; 1440 th->channel = channel;
1441 memcpy (&th[1], msg, msize); 1441 memcpy (&th[1], msg, msize);
1442 add_to_queue (h, th); 1442 add_to_queue (h, th);
1443 if (NULL != h->th)
1444 return;
1443 LOG (GNUNET_ERROR_TYPE_DEBUG, " calling ntfy tmt rdy for %u bytes\n", msize); 1445 LOG (GNUNET_ERROR_TYPE_DEBUG, " calling ntfy tmt rdy for %u bytes\n", msize);
1444 h->th = 1446 h->th =
1445 GNUNET_CLIENT_notify_transmit_ready (h->client, msize, 1447 GNUNET_CLIENT_notify_transmit_ready (h->client, msize,