summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2020-01-27 13:37:54 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2020-01-30 09:08:58 +0100
commit6ea5bab155f6e7f719ee85b26a2338f71cb3d868 (patch)
treeefeb21e749774a3b97f662c8bda875ba5eba4ca9
parent0cbfe3e5b02d35b06a963d771ceadc1d20b0d978 (diff)
downloadNetworkManager-6ea5bab155f6e7f719ee85b26a2338f71cb3d868.tar.gz
device: change return type of get_dhcp_timeout()
-rw-r--r--src/devices/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index e4111548d5..8d2b4e1e28 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -7500,7 +7500,7 @@ ensure_con_ip_config (NMDevice *self, int addr_family)
/*****************************************************************************/
/* DHCPv4 stuff */
-static int
+static guint32
get_dhcp_timeout (NMDevice *self, int addr_family)
{
NMDeviceClass *klass;