mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
Fix typo.
This commit is contained in:
parent
4e86f2fc4e
commit
9d55e09cfe
@ -1902,7 +1902,7 @@ static void zonefrom_url(CURLU *uh, struct connectdata *conn)
|
||||
char *endp;
|
||||
unsigned long scope = strtoul(zoneid, &endp, 10);
|
||||
if(!*endp && (scope < UINT_MAX))
|
||||
/* A plain number, use it direcly as a scope id. */
|
||||
/* A plain number, use it directly as a scope id. */
|
||||
conn->scope_id = (unsigned int)scope;
|
||||
#ifdef HAVE_IF_NAMETOINDEX
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user