diff options
author | Thomas Haller <thaller@redhat.com> | 2018-04-30 10:33:40 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-06-13 15:42:58 +0200 |
commit | 3f6b776fd44937c2b4d1ff41a2fb7ae74a364417 (patch) | |
tree | 1af0712b10ffae45f1c56837aa8244602d9acccc /clients/cli/utils.c | |
parent | 8a2552c800987864a67bc0c14e14733ddecc96bf (diff) | |
download | NetworkManager-th/cli-connection-handling-x.tar.gz |
WIP: cli: rework printing of "ap" device detailsth/cli-connection-handling-x
Diffstat (limited to 'clients/cli/utils.c')
-rw-r--r-- | clients/cli/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/cli/utils.c b/clients/cli/utils.c index 72c680d3a1..b20ed00535 100644 --- a/clients/cli/utils.c +++ b/clients/cli/utils.c @@ -738,7 +738,7 @@ _output_selection_append (GArray *cols, } else { nested = nm_meta_abstract_info_get_nested (selection_item->info, FALSE, NULL, &nested_to_free); if (nested) { - selection = nm_meta_selection_create_all (nested); + selection = nm_meta_selection_create_all (nested, "common"); nm_assert (selection && selection->num > 0); } else selection = NULL; |