mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 05:10:17 +01:00
platform: return const argument from _nl_get_vtable()
This commit is contained in:
parent
19ebe51e2e
commit
2189c7c75b
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ _nl_f_nl_has_capability (int capability)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
static struct libnl_vtable *
|
||||
static const struct libnl_vtable *
|
||||
_nl_get_vtable (void)
|
||||
{
|
||||
static struct libnl_vtable vtable;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue