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