device: change return type of get_dhcp_timeout()

(cherry picked from commit d0caad7a8d)
This commit is contained in:
Beniamino Galvani 2020-01-27 13:37:54 +01:00
parent 66d90dc382
commit 4b32506f5e

View file

@ -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;