socket-util: getaddrinfo return values for Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 18 Feb 2014 17:26:27 +0000 (09:26 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 21 Feb 2014 15:58:18 +0000 (07:58 -0800)
Couple of return values need changes.
* EAI_NODATA is the same as EAI_NONAME. So we prevent duplicate cases.
* Windows does not have a EAI_SYSTEM.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>

No differences found