mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 20:40:18 +01:00
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. |
||
|---|---|---|
| .. | ||
| cli | ||
| common | ||
| tests | ||
| tui | ||
| meson.build | ||
| nm-online.c | ||