mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-21 22:50:40 +02:00
dispatcher: publish vpn_ip6_config
This commit is contained in:
parent
c75ad936b5
commit
6b93150d0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue