client: re-enable iwctl refresh for 'station <wlan> show'

When diagnostics got added to iwctl the refresh capabilities were
accidentally removed. This re-enables refresh.
This commit is contained in:
James Prestwood 2021-03-29 10:11:28 -07:00 committed by Denis Kenzior
parent e730baac4a
commit 4913a4dd6e
1 changed files with 0 additions and 2 deletions

View File

@ -612,7 +612,6 @@ static void get_diagnostics_callback(struct l_dbus_message *message,
done:
/* Finish the table started by cmd_show */
display_table_footer();
display_refresh_reset();
}
static enum cmd_status cmd_show(const char *device_name,
@ -637,7 +636,6 @@ static enum cmd_status cmd_show(const char *device_name,
*/
if (!diagnostic) {
display_table_footer();
display_refresh_reset();
return CMD_STATUS_DONE;
}