aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-17 10:01:33 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-17 10:01:33 +0000
commit8d689d0293e48b14377db1dc4e237980183a0b28 (patch)
tree43bdb6ee859df699d7cb397ecc66df12fcb8bcf5 /src/identity/identity_api.c
parent6a98426836161b08b3e7650721497527ca3d3967 (diff)
downloadgnunet-8d689d0293e48b14377db1dc4e237980183a0b28.tar.gz
gnunet-8d689d0293e48b14377db1dc4e237980183a0b28.zip
-fix typos
Diffstat (limited to 'src/identity/identity_api.c')
-rw-r--r--src/identity/identity_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/identity/identity_api.c b/src/identity/identity_api.c
index 441b63bf0..15a454e60 100644
--- a/src/identity/identity_api.c
+++ b/src/identity/identity_api.c
@@ -910,6 +910,7 @@ void
910GNUNET_IDENTITY_disconnect (struct GNUNET_IDENTITY_Handle *h) 910GNUNET_IDENTITY_disconnect (struct GNUNET_IDENTITY_Handle *h)
911{ 911{
912 GNUNET_assert (NULL != h); 912 GNUNET_assert (NULL != h);
913 GNUNET_assert (h->op_head == h->op_tail);
913 if (h->reconnect_task != GNUNET_SCHEDULER_NO_TASK) 914 if (h->reconnect_task != GNUNET_SCHEDULER_NO_TASK)
914 { 915 {
915 GNUNET_SCHEDULER_cancel (h->reconnect_task); 916 GNUNET_SCHEDULER_cancel (h->reconnect_task);