From e86d8b67696568b17854ccdc846191dc9635841d Mon Sep 17 00:00:00 2001
From: Arne Schwabe <arne@rfc2549.org>
Date: Wed, 9 May 2012 17:57:40 +0200
Subject: Only try to write minivpn once per program lifetime. Remove debug
 logging

---
 openvpn/src/openvpn/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'openvpn/src')

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);
-- 
cgit v1.2.3