Unverified Commit c3e38a42 authored by tmilburn's avatar tmilburn Committed by Daniel Stenberg
Browse files

CURLOPT_ADDRESS_SCOPE: fix range check and more

Commit 9081014c fixed most of the confusing issues between scope id and
scope however 844896d0 added bad limits checking assuming that the scope
is being set and not the scope id.

I have fixed the documentation so it all refers to scope ids.

In addition Curl_if2ip refered to the scope id as remote_scope_id which
is incorrect, so I renamed it to local_scope_id.

Adjusted-by: Daniel Stenberg

Closes #3655
Closes #3765
Fixes #3713
parent d715d2ac
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment