2007-12-11 Dan Williams <dcbw@redhat.com>

Patches from Casey Harkins <caseyharkins@gmail.com>

	* src/nm-openvpn-service-openvpn-helper.c
		- (main): make ifconfig_remote optional



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3164 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2007-12-11 15:15:32 +00:00
parent 1b43d896fd
commit 98d11b8940
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2007-12-11 Dan Williams <dcbw@redhat.com>
Patches from Casey Harkins <caseyharkins@gmail.com>
* src/nm-openvpn-service-openvpn-helper.c
- (main): make ifconfig_remote optional
2007-12-11 Dan Williams <dcbw@redhat.com>
Patches from Casey Harkins <caseyharkins@gmail.com>

View file

@ -222,8 +222,6 @@ main (int argc, char *argv[])
val = addr_to_gvalue (getenv ("ifconfig_remote"));
if (val)
g_hash_table_insert (config, NM_VPN_PLUGIN_IP4_CONFIG_PTP, val);
else
helper_failed (connection, "IP4 PTP Address");
/* Netmask */
val = addr_to_gvalue (getenv ("route_netmask_1"));