aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-20 23:44:57 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-20 23:44:57 +0000
commitce6f1156a58aafed6563585b3be560ec0b4eabe7 (patch)
treedf84f7f2dc20c1cbf441be71b35cc79215f93dcd /src/revocation
parent6040cb3e9e78d9e8bfae690cabafe676b3bbbeb5 (diff)
downloadgnunet-ce6f1156a58aafed6563585b3be560ec0b4eabe7.tar.gz
gnunet-ce6f1156a58aafed6563585b3be560ec0b4eabe7.zip
-eh, can happen
Diffstat (limited to 'src/revocation')
-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