about summary refs log tree commit diff
path: root/libnm-core/nm-setting-wired.c
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2019-10-07 11:18:33 +0200
committerSebastien Bacher <seb128@ubuntu.com>2019-10-07 11:18:33 +0200
commit2db79403563179c1a29e6292172f5563acf13c70 (patch)
tree7ffefc53c347326e24f28785241f1409a1ecbbf6 /libnm-core/nm-setting-wired.c
parent5b9d4e305df987ddad7f3d05afd709a70cddf7fd (diff)
parent790e3946f0274a272fdda4d8697ce31a757a48d2 (diff)
Merge remote-tracking branch 'salsa/master'
Diffstat (limited to 'libnm-core/nm-setting-wired.c')
-rw-r--r--libnm-core/nm-setting-wired.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-wired.c b/libnm-core/nm-setting-wired.c
index 71add938..450ad1de 100644
--- a/libnm-core/nm-setting-wired.c
+++ b/libnm-core/nm-setting-wired.c
@@ -790,7 +790,7 @@ verify (NMSetting *setting, NMConnection *connection, GError **error)
 	}
 
 	if (priv->s390_subchannels) {
-		int len = g_strv_length (priv->s390_subchannels);
+		guint len = g_strv_length (priv->s390_subchannels);
 
 		if (len != 2 && len != 3) {
 			g_set_error_literal (error,