aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-service-revocation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-20 23:25:05 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-20 23:25:05 +0000
commit5bcc3793bcec0ab29d0cb67344f43683855df0c3 (patch)
tree30247f258580150f1c6c697938d73761abe12faa /src/revocation/gnunet-service-revocation.c
parent802381d15888a93efe7be449e4fbbb6a463dcc24 (diff)
downloadgnunet-5bcc3793bcec0ab29d0cb67344f43683855df0c3.tar.gz
gnunet-5bcc3793bcec0ab29d0cb67344f43683855df0c3.zip
-simplify logic
Diffstat (limited to 'src/revocation/gnunet-service-revocation.c')
-rw-r--r--src/revocation/gnunet-service-revocation.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c
index 08b8c24f0..0e3e6c5af 100644
--- a/src/revocation/gnunet-service-revocation.c
+++ b/src/revocation/gnunet-service-revocation.c
@@ -520,9 +520,6 @@ handle_core_connect (void *cls,
520 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 520 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
521 "Peer `%s' connected to us\n", 521 "Peer `%s' connected to us\n",
522 GNUNET_i2s (peer)); 522 GNUNET_i2s (peer));
523 peer_entry = GNUNET_CONTAINER_multipeermap_get (peers,
524 peer);
525 GNUNET_assert (NULL == peer_entry);
526 peer_entry = GNUNET_new (struct PeerEntry); 523 peer_entry = GNUNET_new (struct PeerEntry);
527 peer_entry->id = *peer; 524 peer_entry->id = *peer;
528 GNUNET_assert (GNUNET_OK == 525 GNUNET_assert (GNUNET_OK ==