summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2020-01-27 13:37:54 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2020-01-30 15:23:04 +0100
commitd0caad7a8dae22658570696f65f5db6ab6156a94 (patch)
tree75bb3c3b2c2e686ea8bf2cc531110e7dd26bf067
parent70f1ee0ffb574c65910af7052d982f5098736876 (diff)
downloadNetworkManager-d0caad7a8dae22658570696f65f5db6ab6156a94.tar.gz
device: change return type of get_dhcp_timeout()
-rw-r--r--src/devices/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index e4111548d5..8d2b4e1e28 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -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;