mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 04:08:01 +02:00
core: fix builds with older gcc (like 4.4.x)
This commit is contained in:
parent
4ce43fd5e6
commit
09a2be3b65
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ struct _NMUtilsIPv6IfaceId {
|
|||
};
|
||||
};
|
||||
|
||||
#define NM_UTILS_IPV6_IFACE_ID_INIT { .id = 0 }
|
||||
#define NM_UTILS_IPV6_IFACE_ID_INIT { { .id = 0 } }
|
||||
|
||||
gboolean nm_utils_get_ipv6_interface_identifier (NMLinkType link_type,
|
||||
const guint8 *hwaddr,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue