mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 09:58:07 +02:00
device: change return type of get_dhcp_timeout()
This commit is contained in:
parent
70f1ee0ffb
commit
d0caad7a8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue