diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-09 17:57:40 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-09 17:57:40 +0200 |
commit | e86d8b67696568b17854ccdc846191dc9635841d (patch) | |
tree | a46475895895944a79b3452a1805ae31a7f40f4e /openvpn | |
parent | e2d3bfe01ad9b4778dd405abda0ddc81424fe104 (diff) |
Only try to write minivpn once per program lifetime.
Remove debug logging
Diffstat (limited to 'openvpn')
-rw-r--r-- | openvpn/src/openvpn/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/init.c b/openvpn/src/openvpn/init.c index cc94b818..17e4f4af 100644 --- a/openvpn/src/openvpn/init.c +++ b/openvpn/src/openvpn/init.c @@ -2475,7 +2475,7 @@ do_option_warnings (struct context *c) { const struct options *o = &c->options; -#if 1 /* JYFIXME -- port warning */ +#if 0 /* JYFIXME -- port warning */ if (!o->ce.port_option_used && (o->ce.local_port == OPENVPN_PORT && o->ce.remote_port == OPENVPN_PORT)) msg (M_WARN, "IMPORTANT: OpenVPN's default port number is now %d, based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5000 as the default port.", OPENVPN_PORT); |