aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/identity_api.c')
-rw-r--r--src/identity/identity_api.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/identity/identity_api.c b/src/identity/identity_api.c
index a6d15ae38..143f9e7e8 100644
--- a/src/identity/identity_api.c
+++ b/src/identity/identity_api.c
@@ -954,8 +954,6 @@ GNUNET_IDENTITY_disconnect (struct GNUNET_IDENTITY_Handle *h)
954 GNUNET_assert (NULL != h); 954 GNUNET_assert (NULL != h);
955 while (NULL != (op = h->op_head)) 955 while (NULL != (op = h->op_head))
956 { 956 {
957 if (NULL != h->th)
958 GNUNET_CLIENT_notify_transmit_ready_cancel (h->th);
959 GNUNET_CONTAINER_DLL_remove (h->op_head, 957 GNUNET_CONTAINER_DLL_remove (h->op_head,
960 h->op_tail, 958 h->op_tail,
961 op); 959 op);