aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-revocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/gnunet-revocation.c')
-rw-r--r--src/revocation/gnunet-revocation.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/revocation/gnunet-revocation.c b/src/revocation/gnunet-revocation.c
index 59f47ab97..5bb7965bf 100644
--- a/src/revocation/gnunet-revocation.c
+++ b/src/revocation/gnunet-revocation.c
@@ -90,6 +90,11 @@ static void
90do_shutdown (void *cls, 90do_shutdown (void *cls,
91 const struct GNUNET_SCHEDULER_TaskContext *tc) 91 const struct GNUNET_SCHEDULER_TaskContext *tc)
92{ 92{
93 if (NULL != el)
94 {
95 GNUNET_IDENTITY_ego_lookup_cancel (el);
96 el = NULL;
97 }
93 if (NULL != q) 98 if (NULL != q)
94 { 99 {
95 GNUNET_REVOCATION_query_cancel (q); 100 GNUNET_REVOCATION_query_cancel (q);