Re: [Openvpn-devel] [PATCH v2] Fix bug after removing Linux 2.2 support

2011-11-25 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/11/11 11:57, David Sommerseth wrote: > From: David Sommerseth > > In commit ce637abdafdc19547fc97192033a4d1703ecaf23 the Linux 2.2 > support was removed. When this happened an extra error check was > avoided

Re: [Openvpn-devel] [PATCH v2] Fix bug after removing Linux 2.2 support

2011-11-25 Thread Gert Doering
Hi, On Fri, Nov 25, 2011 at 11:57:59AM +0100, David Sommerseth wrote: > This patch changes the msg() declarations to use the M_FATAL *) flag, > which will halt the execution of the program in these error sitauations. > As the program will really halt, the return declarations was also removed.

[Openvpn-devel] [PATCH v2] Fix bug after removing Linux 2.2 support

2011-11-25 Thread David Sommerseth
From: David Sommerseth In commit ce637abdafdc19547fc97192033a4d1703ecaf23 the Linux 2.2 support was removed. When this happened an extra error check was avoided which would normally kicked in if the tun/tap device would not be available. Instead the following line