aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-service-revocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/gnunet-service-revocation.c')
-rw-r--r--src/revocation/gnunet-service-revocation.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c
index 11ce85064..8a5293636 100644
--- a/src/revocation/gnunet-service-revocation.c
+++ b/src/revocation/gnunet-service-revocation.c
@@ -516,7 +516,6 @@ handle_core_connect (void *cls,
516 &my_identity, 516 &my_identity,
517 sizeof (my_identity))) 517 sizeof (my_identity)))
518 { 518 {
519 GNUNET_break (0);
520 return; 519 return;
521 } 520 }
522 521
@@ -582,7 +581,6 @@ handle_core_disconnect (void *cls,
582 &my_identity, 581 &my_identity,
583 sizeof (my_identity))) 582 sizeof (my_identity)))
584 { 583 {
585 GNUNET_break (0);
586 return; 584 return;
587 } 585 }
588 586