diff --git a/src/core/devices/nm-device.c b/src/core/devices/nm-device.c index ba3e07c9a3..8bd73ea1bb 100644 --- a/src/core/devices/nm-device.c +++ b/src/core/devices/nm-device.c @@ -1489,7 +1489,7 @@ _prop_get_connection_mptcp_flags(NMDevice *self) if (!NM_FLAGS_HAS(mptcp_flags, NM_MPTCP_FLAGS_DISABLED)) { if (!NM_FLAGS_HAS(mptcp_flags, NM_MPTCP_FLAGS_ALSO_WITHOUT_SYSCTL)) { - guint32 v; + gint32 v; /* If enabled, but without "also-without-sysctl", then MPTCP is still * disabled, if the sysctl says so...