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

2011-11-25 Thread Gert Doering
Hi, On Thu, Nov 24, 2011 at 10:54:43PM +0100, David Sommerseth wrote: > - msg (M_WARN | M_ERRNO, "Note: Cannot open TUN/TAP dev %s", node); > - return; > + msg (M_ERR, "Note: Cannot open TUN/TAP dev %s", node); Agree in principle, but if you do so, please change s/Note:/ERROR:/

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

2011-11-24 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