aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/test_revocation.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-04-21 18:25:36 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-04-21 18:25:36 +0200
commite3866c8f09e173e7d36cce25015ecfbd666cd5bc (patch)
tree9eabafeac99f0fcc7a96a83b375b04c72f6ca43f /src/revocation/test_revocation.c
parent6bda628f704707ab92b17c4006a4a8fcf6bd48dd (diff)
downloadgnunet-e3866c8f09e173e7d36cce25015ecfbd666cd5bc.tar.gz
gnunet-e3866c8f09e173e7d36cce25015ecfbd666cd5bc.zip
update API for cleanup of handle
Diffstat (limited to 'src/revocation/test_revocation.c')
-rw-r--r--src/revocation/test_revocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revocation/test_revocation.c b/src/revocation/test_revocation.c
index a7de15a3f..f193d5f6c 100644
--- a/src/revocation/test_revocation.c
+++ b/src/revocation/test_revocation.c
@@ -187,7 +187,7 @@ ego_cb (void *cls, const struct GNUNET_IDENTITY_Ego *ego)
187 &proof_of_work, 187 &proof_of_work,
188 &revocation_cb, 188 &revocation_cb,
189 NULL); 189 NULL);
190 GNUNET_REVOCATION_pow_cleanup (testpeers[1].pow); 190 GNUNET_REVOCATION_pow_stop (testpeers[1].pow);
191 } 191 }
192} 192}
193 193