[network-manager-openswan] core: use OPENSWAN_DEBUG environment variable instead of VPNC_DEBUG



commit b96b7bbf96339a4edce80b1525b0d049a62a9d68
Author: JiÅÃ KlimeÅ <jklimes redhat com>
Date:   Fri Nov 9 12:06:32 2012 +0100

    core: use OPENSWAN_DEBUG environment variable instead of VPNC_DEBUG

 src/nm-openswan-service.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nm-openswan-service.c b/src/nm-openswan-service.c
index 30e6e46..eaa7dd1 100644
--- a/src/nm-openswan-service.c
+++ b/src/nm-openswan-service.c
@@ -900,7 +900,7 @@ main (int argc, char *argv[])
 	g_option_context_parse (opt_ctx, &argc, &argv, NULL);
 	g_option_context_free (opt_ctx);
 
-	if (getenv ("VPNC_DEBUG"))
+	if (getenv ("OPENSWAN_DEBUG"))
 		debug = TRUE;
 
 	if (debug)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]