aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-24 08:38:57 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-24 08:38:57 +0000
commit75fd4dfffe87cb8523e3cbb13e48e1f386608e9f (patch)
treea5dda0e466cc3366fe69d7c16b972f4c491a14ba /src/identity/identity_api.c
parent648fcca1e3e1e1b1c60d1aab353016b21e7ae81b (diff)
downloadgnunet-75fd4dfffe87cb8523e3cbb13e48e1f386608e9f.tar.gz
gnunet-75fd4dfffe87cb8523e3cbb13e48e1f386608e9f.zip
-removing bogus duplicate NTR cancel call
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);