From 44548b148c4198e9460b6503296ed8a62b61d19a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Thu, 12 May 2016 08:58:10 +0000 Subject: [PATCH] -rps: deleted redundant function call --- src/rps/gnunet-service-rps_peers.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.25.1