From: Julius Bünger Date: Thu, 12 May 2016 08:58:10 +0000 (+0000) Subject: -rps: deleted redundant function call X-Git-Tag: initial-import-from-subversion-38251~885 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=44548b148c4198e9460b6503296ed8a62b61d19a;p=oweals%2Fgnunet.git -rps: deleted redundant function call --- diff --git a/src/rps/gnunet-service-rps_peers.c b/src/rps/gnunet-service-rps_peers.c index a6d2c7eab..cbea0dac8 100644 --- a/src/rps/gnunet-service-rps_peers.c +++ b/src/rps/gnunet-service-rps_peers.c @@ -1052,9 +1052,7 @@ Peers_cleanup_destroyed_channel (void *cls, GNUNET_i2s (peer)); return; } - peer_ctx = get_peer_ctx (peer); - GNUNET_assert (NULL != peer_ctx); /* It could have been removed by shutdown_task */ /* If our peer issued the destruction of the channel, the #Peers_TO_DESTROY * flag will be set. In this case simply make sure that the channels are