diff options
author | Tomas Hozza <thozza@redhat.com> | 2013-06-21 17:44:58 +0200 |
---|---|---|
committer | Pavel Šimerda <psimerda@redhat.com> | 2013-06-21 17:46:19 +0200 |
commit | 6b93150d0d1d28640141b35a94fd5c8543ca0913 (patch) | |
tree | 696d791f0f3fcae6276cc3c0337696f61da428b1 | |
parent | c75ad936b5d9aaf216ab0585f48e644a9a4fde62 (diff) | |
download | NetworkManager-6b93150d0d1d28640141b35a94fd5c8543ca0913.tar.gz |
dispatcher: publish vpn_ip6_config
-rw-r--r-- | src/nm-dispatcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-dispatcher.c b/src/nm-dispatcher.c index 36fe1fc51d..45715a9911 100644 --- a/src/nm-dispatcher.c +++ b/src/nm-dispatcher.c @@ -331,7 +331,7 @@ _dispatcher_call (DispatcherAction action, device_dhcp4_props, device_dhcp6_props); if (vpn_iface) - fill_vpn_props (vpn_ip4_config, NULL, vpn_ip4_props, vpn_ip6_props); + fill_vpn_props (vpn_ip4_config, vpn_ip6_config, vpn_ip4_props, vpn_ip6_props); } info = g_malloc0 (sizeof (*info)); |