diff options
-rw-r--r-- | src/ats/test_ats_simplistic_change_preference.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ats/test_ats_simplistic_change_preference.c b/src/ats/test_ats_simplistic_change_preference.c index 6ce2b38a92..793d0cb4b6 100644 --- a/src/ats/test_ats_simplistic_change_preference.c +++ b/src/ats/test_ats_simplistic_change_preference.c @@ -246,14 +246,11 @@ address_suggest_cb (void *cls, const struct GNUNET_HELLO_Address *address, if (1 == ret) { GNUNET_ATS_suggest_address_cancel (sched_ats, &p[0].id); - GNUNET_ATS_suggest_address_cancel (sched_ats, &p[0].id); GNUNET_SCHEDULER_add_now (&end, NULL); return; } stage ++; - - GNUNET_ATS_suggest_address_cancel (sched_ats, &p[0].id); GNUNET_ATS_suggest_address_cancel (sched_ats, &p[1].id); GNUNET_SCHEDULER_add_now (&end, NULL); |