mirror of
https://github.com/systemd/systemd.git
synced 2025-01-28 21:47:38 +03:00
resolvect: use wrapping for various lists
dump_list() is used for DNS servers, DNS domains, fallback DNS servers.
This commit is contained in:
parent
b0e3d79989
commit
f08a64c5e1
@ -1399,7 +1399,7 @@ static int dump_list(Table *table, const char *prefix, char * const *l) {
|
||||
|
||||
r = table_add_many(table,
|
||||
TABLE_STRING, prefix,
|
||||
TABLE_STRV, l);
|
||||
TABLE_STRV_WRAPPED, l);
|
||||
if (r < 0)
|
||||
return table_log_add_error(r);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user