dispatcher: publish vpn_ip6_config

This commit is contained in:
Tomas Hozza 2013-06-21 17:44:58 +02:00 committed by Pavel Šimerda
parent c75ad936b5
commit 6b93150d0d

View file

@ -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));