aboutsummaryrefslogtreecommitdiff
path: root/src/rps/test_rps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/test_rps.c')
-rw-r--r--src/rps/test_rps.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index 2cc1ac62e..3551eb184 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -1265,8 +1265,6 @@ manage_service_wrapper (unsigned int i, unsigned int j,
1265 struct OpListEntry *entry; 1265 struct OpListEntry *entry;
1266 uint32_t prob; 1266 uint32_t prob;
1267 1267
1268 GNUNET_assert (GNUNET_YES == rps_peers[j].online);
1269
1270 /* make sure that management operation is not already scheduled */ 1268 /* make sure that management operation is not already scheduled */
1271 if (NULL != rps_peers[j].entry_op_manage) 1269 if (NULL != rps_peers[j].entry_op_manage)
1272 { 1270 {
@@ -1288,10 +1286,6 @@ manage_service_wrapper (unsigned int i, unsigned int j,
1288 GNUNET_i2s (rps_peers[j].peer_id), 1286 GNUNET_i2s (rps_peers[j].peer_id),
1289 (PEER_GO_OFFLINE == delta) ? "offline" : "online"); 1287 (PEER_GO_OFFLINE == delta) ? "offline" : "online");
1290 1288
1291 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1292 "testbed_peers points to %p, peer 0 to %p\n",
1293 testbed_peers, testbed_peers[0]);
1294
1295 if (PEER_GO_OFFLINE == delta) 1289 if (PEER_GO_OFFLINE == delta)
1296 cancel_pending_req_rep (&rps_peers[j]); 1290 cancel_pending_req_rep (&rps_peers[j]);
1297 entry = make_oplist_entry (); 1291 entry = make_oplist_entry ();