mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 07:40:12 +01:00
cli/polkit-agent: drop an extra newline
It looks bad and makes everyone super-sad:
$ nmcli --ask c modify 'Oracle HQ' 802-11-wireless-security.psk solaris666
System policy prevents modification of network settings for all users
(action_id: org.freedesktop.NetworkManager.settings.modify.system)
Password (lkundrak): *********
$
(cherry picked from commit de9b74452c)
This commit is contained in:
parent
57b347e69b
commit
f71a1cfbd9
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@ polkit_request (const char *request,
|
|||
g_free (tmp);
|
||||
} else
|
||||
response = nmc_readline_echo (echo_on, "%s", request);
|
||||
g_print ("\n");
|
||||
|
||||
return response;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue