mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 14:38:09 +02:00
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:
parent
1b43d896fd
commit
98d11b8940
2 changed files with 7 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue