mirror of
https://github.com/systemd/systemd.git
synced 2025-01-20 18:04:03 +03:00
resolvectl: do not sort domain output
The order of search domains is important information. We shouldn't obscure it by sorting the search domains when printing. Fixes: af781878d598 ("resolvectl: sort domain/nta output")
This commit is contained in:
parent
4e55082f74
commit
7f0dbde467
@ -1466,8 +1466,6 @@ static int map_link_domains(sd_bus *bus, const char *member, sd_bus_message *m,
|
|||||||
if (r < 0)
|
if (r < 0)
|
||||||
return r;
|
return r;
|
||||||
|
|
||||||
strv_sort(*l);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user