Re: [Openvpn-devel] [PATCH 1/2] Fix some unintialized variable warnings

2014-08-22 Thread David Sommerseth
On 20/08/14 23:00, Steffan Karger wrote: > Does not actually change behaviour, but fixes compiler warnings > and properly initializing is good habit anyway. > > Signed-off-by: Steffan Karger > --- > src/openvpn/plugin.c | 2 +- > src/openvpn/sig.c| 2 +- > src/openvpn/socket.c | 4 ++-- > 3

[Openvpn-devel] [PATCH 1/2] Fix some unintialized variable warnings

2014-08-20 Thread Steffan Karger
Does not actually change behaviour, but fixes compiler warnings and properly initializing is good habit anyway. Signed-off-by: Steffan Karger --- src/openvpn/plugin.c | 2 +- src/openvpn/sig.c| 2 +- src/openvpn/socket.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git