Skip to content

Commit

Permalink
Merge pull request #539 from spbnick/getclient_fix
Browse files Browse the repository at this point in the history
Initialize IPv6 scope in ip_ptonx
  • Loading branch information
arr2036 committed Mar 6, 2014
2 parents 39223b4 + bee6549 commit ef6a524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/misc.c
Expand Up @@ -537,6 +537,8 @@ int ip_ptonx(char const *src, fr_ipaddr_t *dst)
}
#endif

dst->scope = 0;

return 0;
}

Expand Down

0 comments on commit ef6a524

Please sign in to comment.