aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
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
parent802381d15888a93efe7be449e4fbbb6a463dcc24 (diff)
-simplify logic
Diffstat (limited to 'src/revocation')
-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 08b8c24f0f..0e3e6c5aff 100644
--- a/src/revocation/gnunet-service-revocation.c
+++ b/src/revocation/gnunet-service-revocation.c
@@ -520,9 +520,6 @@ handle_core_connect (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Peer `%s' connected to us\n",
GNUNET_i2s (peer));
- peer_entry = GNUNET_CONTAINER_multipeermap_get (peers,
- peer);
- GNUNET_assert (NULL == peer_entry);
peer_entry = GNUNET_new (struct PeerEntry);
peer_entry->id = *peer;
GNUNET_assert (GNUNET_OK ==