ares_set_servers_csv: fixed IPv6 address parsing
authorKeith Shaw <github@keithws.net>
Fri, 10 May 2013 00:45:37 +0000 (17:45 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 12 May 2013 13:23:43 +0000 (15:23 +0200)
commit09be3edf3a0649435c5222c14a987f2486ade6fe
tree7a719959988037d130c19d1bdef6205f03e51183
parent03e2fd085c28a087870543b447b5cc45efb280a9
ares_set_servers_csv: fixed IPv6 address parsing

Fixed bug that caused the last part of an IPv6 address to be parsed as
the port number when the last part is all numeric.
ares_options.c