Re: [Openvpn-devel] [PATCHv2 2/2] don't treat socket related errors special anymore

2012-07-19 Thread David Sommerseth
On 17/07/12 18:25, Heiko Hund wrote: > WSAGetLastError() is just a wrapper for GetLastError(). So, there's > no need to differentiate between socket related and other errors. > > This patch removes all special handling of socket errors in favor > of simplifying the codebase somewhat. > > Signed-o

Re: [Openvpn-devel] [PATCHv2 2/2] don't treat socket related errors special anymore

2012-07-17 Thread Gert Doering
Hi, On Tue, Jul 17, 2012 at 06:25:16PM +0200, Heiko Hund wrote: > WSAGetLastError() is just a wrapper for GetLastError(). So, there's > no need to differentiate between socket related and other errors. ACK on current version. gert -- USENET is *not* the non-clickable part of WWW!

[Openvpn-devel] [PATCHv2 2/2] don't treat socket related errors special anymore

2012-07-17 Thread Heiko Hund
WSAGetLastError() is just a wrapper for GetLastError(). So, there's no need to differentiate between socket related and other errors. This patch removes all special handling of socket errors in favor of simplifying the codebase somewhat. Signed-off-by: Heiko Hund --- src/openvpn/error.c |9