On Thu, Feb 20, 2014 at 1:41 PM, Ben Pfaff wrote:
> On Wed, Feb 19, 2014 at 03:36:16PM -0800, Gurucharan Shetty wrote:
>> 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: Gu
On Wed, Feb 19, 2014 at 03:36:16PM -0800, Gurucharan Shetty wrote:
> 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
To make this a little less Win32 specif
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
---
lib/socket-util.c |4
1 file changed, 4 insertions(+)
diff --git a/lib/socket-util.c b/lib/socket-util