curl-library
RE: [bagder/curl] 908101: IPV6: address scope != scope id
Date: Wed, 17 Dec 2014 22:45:42 +0000
On Tue, 16 Dec 2014, GitHub wrote:
> There was a confusion between these: this commit tries to disambiguate
> them.
It looks like the Guenter' s Android and Tor's AIX and Tru64 auto builds have been broken since this commit:
if2ip.c:194: error: too few arguments to function 'Curl_if2ip'
It looks like this is call to Curl_if2ip() is still using the old arguments - so is missing the new scope variable (if I have understood the change).
Unfortunately, I don't know whether to compute it from the address or set it to zero like the scope_id is.
However, the commit comments also states that the scope_is is a 1-based index which as I just mentioned is currently zero - unless I've mistaken the above for the scope and the scope_id needs to be set :-P
Kind Regards
Steve
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/plain attachment: Untitled_attachment_00286.txt