mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-30 21:00:26 +01:00
device: change return type of get_dhcp_timeout()
(cherry picked from commit d0caad7a8d)
This commit is contained in:
parent
66d90dc382
commit
4b32506f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue