NetworkManager/clients
Thomas Haller dba41ee1e1 cli: return NULL strv array from _ip_config_get_routes() if there are no routes
The property getter for certain properties tries to return
a strv array.

In this case, the result should be identical, whether an
empty strv array or NULL is returned.

Let _ip_config_get_routes() return %NULL if there are no routes.
This should have no practical difference, but it actually exposes
a bug in "cli/common/utils.c", which was previously hidden by
not commonly returning %NULL. This bug will be fixed in the
next commit.
2018-06-15 11:48:16 +02:00
..
cli cli: return NULL strv array from _ip_config_get_routes() if there are no routes 2018-06-15 11:48:16 +02:00
common cli: add support for wake-on-wlan properties 2018-06-15 09:46:26 +02:00
tests cli: return NULL strv array from _ip_config_get_routes() if there are no routes 2018-06-15 11:48:16 +02:00
tui build: unifiy specifying locale directory define 2018-05-31 15:59:38 +02:00
meson.build build/meson: use variables for ldflags and linker-script 2018-01-11 12:46:01 +01:00
nm-online.c all: require glib 2.40 2018-01-18 11:45:36 +01:00