From e9c9ca736f6a9cd63695f6e425ad801658081991 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 27 Sep 2018 20:51:12 +0200 Subject: fix loop that checks link response --- src/exchange-lib/testing_api_cmd_refresh.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/exchange-lib/testing_api_cmd_refresh.c b/src/exchange-lib/testing_api_cmd_refresh.c index 23fb4715b..6075ad1c6 100644 --- a/src/exchange-lib/testing_api_cmd_refresh.c +++ b/src/exchange-lib/testing_api_cmd_refresh.c @@ -627,14 +627,14 @@ link_cb (void *cls, for (unsigned int j=0;jkey.rsa_public_key, - pubs[i].rsa_public_key)) ) + pubs[j].rsa_public_key)) ) { found++; break; -- cgit v1.2.3