aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-05-12 08:58:10 +0000
committerJulius Bünger <buenger@mytum.de>2016-05-12 08:58:10 +0000
commit44548b148c4198e9460b6503296ed8a62b61d19a (patch)
treed47dea19de338b9969ad69d6f074087ca271e24d /src/rps
parent235521e7893c3f6be82103700f5056a4df285afa (diff)
downloadgnunet-44548b148c4198e9460b6503296ed8a62b61d19a.tar.gz
gnunet-44548b148c4198e9460b6503296ed8a62b61d19a.zip
-rps: deleted redundant function call
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/gnunet-service-rps_peers.c2
1 files changed, 0 insertions, 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,
1052 GNUNET_i2s (peer)); 1052 GNUNET_i2s (peer));
1053 return; 1053 return;
1054 } 1054 }
1055
1056 peer_ctx = get_peer_ctx (peer); 1055 peer_ctx = get_peer_ctx (peer);
1057 GNUNET_assert (NULL != peer_ctx); /* It could have been removed by shutdown_task */
1058 1056
1059 /* If our peer issued the destruction of the channel, the #Peers_TO_DESTROY 1057 /* If our peer issued the destruction of the channel, the #Peers_TO_DESTROY
1060 * flag will be set. In this case simply make sure that the channels are 1058 * flag will be set. In this case simply make sure that the channels are