mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 16:30:12 +01:00
ip6: fix possible use of uninitialized memory
This commit is contained in:
parent
27796075e7
commit
fdc2d5ee4f
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ static gboolean
|
|||
rdnss_expired (gpointer user_data)
|
||||
{
|
||||
NMIP6Device *device = user_data;
|
||||
CallbackInfo info = { device, IP6_DHCP_OPT_NONE };
|
||||
CallbackInfo info = { device, IP6_DHCP_OPT_NONE, FALSE };
|
||||
|
||||
nm_log_dbg (LOGD_IP6, "(%s): IPv6 RDNSS information expired", device->iface);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue