Re: [Openvpn-devel] [PATCH] Remove dead code path and putenv functionality

2013-02-03 Thread Gert Doering
HI, On Sun, Feb 03, 2013 at 12:12:31PM +0100, Arne Schwabe wrote: > The construct_name_value function call will always fail so this code path is > never used. Since we now always have a valid environment in > static_context->c2.es it is better to have a ASSERT(es) than to call this > code patch

[Openvpn-devel] [PATCH] Remove dead code path and putenv functionality

2013-02-03 Thread Arne Schwabe
The construct_name_value function call will always fail so this code path is never used. Since we now always have a valid environment in static_context->c2.es it is better to have a ASSERT(es) than to call this code patch. Signed-off-by: Arne Schwabe --- src/openvpn/misc.c | 24