From 4b32506f5ec6ff9c947be0794fcc6ab8aa485d5d Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Mon, 27 Jan 2020 13:37:54 +0100 Subject: [PATCH] device: change return type of get_dhcp_timeout() (cherry picked from commit d0caad7a8dae22658570696f65f5db6ab6156a94) --- src/devices/nm-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index 635c6515f1..0698085bfa 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -7474,7 +7474,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;