diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-20 23:44:57 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-20 23:44:57 +0000 |
commit | ce6f1156a58aafed6563585b3be560ec0b4eabe7 (patch) | |
tree | df84f7f2dc20c1cbf441be71b35cc79215f93dcd /src/revocation | |
parent | 6040cb3e9e78d9e8bfae690cabafe676b3bbbeb5 (diff) |
-eh, can happen
Diffstat (limited to 'src/revocation')
-rw-r--r-- | src/revocation/gnunet-service-revocation.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c index 11ce850644..8a52936360 100644 --- a/src/revocation/gnunet-service-revocation.c +++ b/src/revocation/gnunet-service-revocation.c @@ -516,7 +516,6 @@ handle_core_connect (void *cls, &my_identity, sizeof (my_identity))) { - GNUNET_break (0); return; } @@ -582,7 +581,6 @@ handle_core_disconnect (void *cls, &my_identity, sizeof (my_identity))) { - GNUNET_break (0); return; } |