aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps')
-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 6189557f6..7d61ae6a1 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -1296,7 +1296,7 @@ manage_service_wrapper (unsigned int i, unsigned int j,
1296 enum PEER_ONLINE_DELTA delta, 1296 enum PEER_ONLINE_DELTA delta,
1297 double prob_go_on_off) 1297 double prob_go_on_off)
1298{ 1298{
1299 struct OpListEntry *entry; 1299 struct OpListEntry *entry = NULL;
1300 uint32_t prob; 1300 uint32_t prob;
1301 1301
1302 /* make sure that management operation is not already scheduled */ 1302 /* make sure that management operation is not already scheduled */