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
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!
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