libnm-core: make ipvx.dhcp-timeout signed
authorBeniamino Galvani <bgalvani@redhat.com>
Fri, 5 Feb 2016 07:47:38 +0000 (08:47 +0100)
committerBeniamino Galvani <bgalvani@redhat.com>
Tue, 16 Feb 2016 10:37:26 +0000 (11:37 +0100)
commit1bb3b6a4c62e61b02b5a0c06a73f6ff2177ca3ed
tree64d6616dc6a4ca5d0df7e8cdf20ae8c248e42cf4
parent206e0748638b160700ae26c81990e0dfc26644ee
libnm-core: make ipvx.dhcp-timeout signed

Change the dhcp-timeout property in NMSettingIPConfig to int type for
consistency with the dad-timeout property. For dad-timeout -1 means
"use default value", while for dhcp-timeout probably we will never use
negative values, but it seems more correct to use the same type for
the two properties.
clients/cli/settings.c
libnm-core/nm-setting-ip-config.c
src/settings/plugins/ifcfg-rh/reader.c