summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/nm-device.c')
-rw-r--r--src/devices/nm-device.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 3eeac921ef..57021e4b79 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -10763,8 +10763,10 @@ _cleanup_ip_pre (NMDevice *self, int addr_family, CleanupType cleanup_type)
}
gboolean
-_nm_device_hash_check_invalid_keys (GHashTable *hash, const char *setting_name,
- GError **error, const char **whitelist)
+_nm_device_hash_check_invalid_keys (GHashTable *hash,
+ const char *setting_name,
+ GError **error,
+ const char *const*whitelist)
{
guint found_whitelisted_keys = 0;
guint i;