NetworkManager r3912 - in branches/NETWORKMANAGER_0_6_0_RELEASE/vpn-daemons/openvpn: . src



Author: dcbw
Date: Fri Aug  8 03:42:15 2008
New Revision: 3912
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3912&view=rev

Log:
2008-08-07  Dan Williams  <dcbw redhat com>

	* src/nm-openvpn-service.c
		- (nm_openvpn_start_openvpn_binary): don't use --ns-cert-type
			(bgo #423324)



Modified:
   branches/NETWORKMANAGER_0_6_0_RELEASE/vpn-daemons/openvpn/ChangeLog
   branches/NETWORKMANAGER_0_6_0_RELEASE/vpn-daemons/openvpn/src/nm-openvpn-service.c

Modified: branches/NETWORKMANAGER_0_6_0_RELEASE/vpn-daemons/openvpn/src/nm-openvpn-service.c
==============================================================================
--- branches/NETWORKMANAGER_0_6_0_RELEASE/vpn-daemons/openvpn/src/nm-openvpn-service.c	(original)
+++ branches/NETWORKMANAGER_0_6_0_RELEASE/vpn-daemons/openvpn/src/nm-openvpn-service.c	Fri Aug  8 03:42:15 2008
@@ -739,8 +739,6 @@
     case NM_OPENVPN_CONTYPE_X509:
 
       g_ptr_array_add (openvpn_argv, (gpointer) "--client");
-      g_ptr_array_add (openvpn_argv, (gpointer) "--ns-cert-type");
-      g_ptr_array_add (openvpn_argv, (gpointer) "server");
 
       for (i = 0; i < num_items; ++i) {
 	if ( strcmp( data_items[i], "ca" ) == 0) {



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