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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/revocation/gnunet-revocation.c b/src/revocation/gnunet-revocation.c
index 2c46a20e7..de9560172 100644
--- a/src/revocation/gnunet-revocation.c
+++ b/src/revocation/gnunet-revocation.c
@@ -250,7 +250,8 @@ calculate_pow_shutdown (void *cls)
250 GNUNET_SCHEDULER_cancel (pow_task); 250 GNUNET_SCHEDULER_cancel (pow_task);
251 pow_task = NULL; 251 pow_task = NULL;
252 } 252 }
253 GNUNET_REVOCATION_pow_cleanup (ph); 253 if (NULL != ph)
254 GNUNET_REVOCATION_pow_stop (ph);
254} 255}
255 256
256 257