mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
systemd-resolve: remove spurious newline with no global settings
This commit is contained in:
parent
7b7c1aacf6
commit
96ace31dcd
@ -1446,7 +1446,7 @@ static int status_all(sd_bus *bus) {
|
||||
_cleanup_(sd_netlink_message_unrefp) sd_netlink_message *req = NULL, *reply = NULL;
|
||||
_cleanup_(sd_netlink_unrefp) sd_netlink *rtnl = NULL;
|
||||
sd_netlink_message *i;
|
||||
bool empty_line = true;
|
||||
bool empty_line = false;
|
||||
int r;
|
||||
|
||||
assert(bus);
|
||||
|
Loading…
x
Reference in New Issue
Block a user