mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
hash: fix assigning same value
Pointed out by PVS Ref: #10929 Closes #10956
This commit is contained in:
parent
c79356d852
commit
a299099ba4
1 changed files with 0 additions and 1 deletions
|
|
@ -330,7 +330,6 @@ Curl_hash_next_element(struct Curl_hash_iterator *iter)
|
|||
struct Curl_hash_element *he = iter->current_element->ptr;
|
||||
return he;
|
||||
}
|
||||
iter->current_element = NULL;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue