diff options
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/unit1309.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unit1309.c b/tests/unit/unit1309.c index 3cf6eefbd..b75b1d74b 100644 --- a/tests/unit/unit1309.c +++ b/tests/unit/unit1309.c @@ -52,7 +52,7 @@ static void splayprint(struct Curl_tree * t, int d, char output) (long)t->key.tv_usec, i); } - for(count=0, node = t->same; node; node = node->same, count++) + for(count=0, node = t->samen; node != t; node = node->samen, count++) ; if(output) { |