aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-16 23:18:47 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-16 23:18:47 +0000
commit18df1a9c23a57cf8a60c90f286bac676056602ef (patch)
tree14e4c85af699ca575c6073c5a8495f3210c68104 /src/identity/identity_api.c
parente537c542fe0ea6a727a6a2da2233547662ee9302 (diff)
downloadgnunet-18df1a9c23a57cf8a60c90f286bac676056602ef.tar.gz
gnunet-18df1a9c23a57cf8a60c90f286bac676056602ef.zip
-doxygen
Diffstat (limited to 'src/identity/identity_api.c')
-rw-r--r--src/identity/identity_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/identity/identity_api.c b/src/identity/identity_api.c
index 4b4c8c3a1..6ca71b09f 100644
--- a/src/identity/identity_api.c
+++ b/src/identity/identity_api.c
@@ -504,6 +504,8 @@ transmit_next (struct GNUNET_IDENTITY_Handle *h)
504 GNUNET_assert (NULL == h->th); 504 GNUNET_assert (NULL == h->th);
505 if (NULL == op) 505 if (NULL == op)
506 return; 506 return;
507 if (NULL == h->client)
508 return;
507 h->th = GNUNET_CLIENT_notify_transmit_ready (h->client, 509 h->th = GNUNET_CLIENT_notify_transmit_ready (h->client,
508 ntohs (op->msg->size), 510 ntohs (op->msg->size),
509 GNUNET_TIME_UNIT_FOREVER_REL, 511 GNUNET_TIME_UNIT_FOREVER_REL,