NetworkManager/clients
Beniamino Galvani 751e8b8914 cli: fix parsing of route metric on 32-bit archs
On 32-bit architectures long and int have the same size and thus it's
wrong to use nmc_string_to_int() since it uses strtol() and the @max
argument can't represent G_MAXUINT32. Use nmc_string_to_uint()
instead.

https://bugzilla.redhat.com/show_bug.cgi?id=1350201
(cherry picked from commit 938a4b35c6)
2016-06-30 13:22:32 +02:00
..
cli cli: fix parsing of route metric on 32-bit archs 2016-06-30 13:22:32 +02:00
common clients: fix build error for missing nm_vpn_plugin_info_get_service() after bad backport 2016-05-19 13:23:40 +02:00
tui build: disable deprecation checks for internal compilation 2016-04-05 22:22:58 +02:00
Makefile.am build: disable deprecation checks for internal compilation 2016-04-05 22:22:58 +02:00
nm-online.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00