]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove --show-gateway if debug info is not enabled (--disable-debug)
authorDavid Sommerseth <davids@redhat.com>
Mon, 13 Feb 2012 15:03:46 +0000 (16:03 +0100)
committerDavid Sommerseth <davids@redhat.com>
Mon, 13 Feb 2012 16:15:24 +0000 (17:15 +0100)
commitecede953d6366e9fbfecea62cc1f61fd2347dab7
tree0be3340cdadf52d1d19fcc5e16830532a675c294
parent22277ec675847f73203bf908144f9903d13e2869
Remove --show-gateway if debug info is not enabled (--disable-debug)

The --show-gateway feature depends on functions only being enabled when
--disable-debug is _not_ used.  As this I consider --show-gateway more
a handy function for debugging, removing this feature when --disable-debug
is used seems like the proper approach.

Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
options.c