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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index d304adfe2..4ef97ad92 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -1534,8 +1534,8 @@ manage_service_wrapper (unsigned int i, unsigned int j,
1534 &churn_cb, 1534 &churn_cb,
1535 entry, 1535 entry,
1536 (PEER_GO_OFFLINE == delta) ? 0 : 1); 1536 (PEER_GO_OFFLINE == delta) ? 0 : 1);
1537 rps_peers[j].entry_op_manage = entry;
1537 } 1538 }
1538 rps_peers[j].entry_op_manage = entry;
1539} 1539}
1540 1540
1541 1541