From f60117b41d5433be1b4a96d82cd11d0c3dce9b63 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 23 Apr 2018 18:00:21 +0200 Subject: New upstream version 1.11.3 --- clients/cli/devices.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'clients/cli/devices.c') diff --git a/clients/cli/devices.c b/clients/cli/devices.c index da969fbe..a43861fa 100644 --- a/clients/cli/devices.c +++ b/clients/cli/devices.c @@ -451,11 +451,8 @@ usage_device_lldp (void) static void quit (void) { - if (progress_id) { - g_source_remove (progress_id); + if (nm_clear_g_source (&progress_id)) nmc_terminal_erase_line (); - } - g_main_loop_quit (loop); } @@ -834,7 +831,7 @@ fill_output_access_point (gpointer data, gpointer user_data) strength_str = g_strdup_printf ("%u", strength); wpa_flags_str = ap_wpa_rsn_flags_to_string (wpa_flags); rsn_flags_str = ap_wpa_rsn_flags_to_string (rsn_flags); - sig_bars = nm_utils_wifi_strength_bars (strength); + sig_bars = nmc_wifi_strength_bars (strength); security_str = g_string_new (NULL); -- cgit 1.3.0-6-gf8a5