summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2013-06-21 17:44:58 +0200
committerPavel Šimerda <psimerda@redhat.com>2013-06-21 17:46:19 +0200
commit6b93150d0d1d28640141b35a94fd5c8543ca0913 (patch)
tree696d791f0f3fcae6276cc3c0337696f61da428b1
parentc75ad936b5d9aaf216ab0585f48e644a9a4fde62 (diff)
downloadNetworkManager-6b93150d0d1d28640141b35a94fd5c8543ca0913.tar.gz
dispatcher: publish vpn_ip6_config
-rw-r--r--src/nm-dispatcher.c2
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));