mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 04:30:16 +01:00
iwd: make static variable in object_compare_interfaces() "const"
This commit is contained in:
parent
2e0752b1bf
commit
e3a7f29e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -1115,7 +1115,7 @@ device_removed(NMManager *manager, NMDevice *device, gpointer user_data)
|
|||
static int
|
||||
object_compare_interfaces(gconstpointer a, gconstpointer b)
|
||||
{
|
||||
static const char *interface_order[] = {
|
||||
static const char *const interface_order[] = {
|
||||
NM_IWD_KNOWN_NETWORK_INTERFACE,
|
||||
NM_IWD_NETWORK_INTERFACE,
|
||||
NM_IWD_DEVICE_INTERFACE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue