summaryrefslogtreecommitdiff
path: root/src/rps/test_rps.c
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-07-23 18:21:51 +0000
committerJulius Bünger <buenger@mytum.de>2015-07-23 18:21:51 +0000
commit6697cf77f51c9b824ea9341f6ee86d95b96ccc60 (patch)
tree82e94f404ad990eabc277facb274293738853b43 /src/rps/test_rps.c
parentff073fe2f2c6a0fe0532061533c570acfba60e7d (diff)
downloadgnunet-6697cf77f51c9b824ea9341f6ee86d95b96ccc60.tar.gz
gnunet-6697cf77f51c9b824ea9341f6ee86d95b96ccc60.zip
-keep peers malicious
Diffstat (limited to 'src/rps/test_rps.c')
-rw-r--r--src/rps/test_rps.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index 47abe668a..9e78148a1 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -446,6 +446,11 @@ churn_cb (void *cls,
446 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 446 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
447 "peer %s probably went online as expected\n", 447 "peer %s probably went online as expected\n",
448 GNUNET_i2s (rps_peers[entry->index].peer_id)); 448 GNUNET_i2s (rps_peers[entry->index].peer_id));
449 if (NULL != cur_test_run.pre_test)
450 {
451 cur_test_run.pre_test (&rps_peers[entry->index],
452 rps_peers[entry->index].rps_handle);
453 }
449 } 454 }
450 rps_peers[entry->index].online = GNUNET_YES; 455 rps_peers[entry->index].online = GNUNET_YES;
451 } 456 }