aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-revocation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-24 19:34:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-24 19:34:53 +0000
commitf1d741415d9af284955122c931118f2bca5ba2d0 (patch)
tree23b70808091aa1abaee37614b18647742b4de5c1 /src/revocation/gnunet-revocation.c
parentd26b19c91736433a783ce22b2d95ed490b6d9ca6 (diff)
downloadgnunet-f1d741415d9af284955122c931118f2bca5ba2d0.tar.gz
gnunet-f1d741415d9af284955122c931118f2bca5ba2d0.zip
-make sure to link against right libgcrypt, enable abort of gnunet-revocation even if identity service is not running
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);