device: change return type of get_dhcp_timeout()

This commit is contained in:
Beniamino Galvani 2020-01-27 13:37:54 +01:00
parent 70f1ee0ffb
commit d0caad7a8d

View file

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