- remove adjust
[oweals/gnunet.git] / src / revocation / gnunet-revocation.c
index 59f47ab9752d236977aeeb685e37244cd8fbd344..5bb7965bf0f8137beb675580330cd7caadbea25e 100644 (file)
@@ -90,6 +90,11 @@ static void
 do_shutdown (void *cls,
              const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
+  if (NULL != el)
+  {
+    GNUNET_IDENTITY_ego_lookup_cancel (el);
+    el = NULL;
+  }
   if (NULL != q)
   {
     GNUNET_REVOCATION_query_cancel (q);