resolvect: use wrapping for various lists

dump_list() is used for DNS servers, DNS domains, fallback DNS servers.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-10-12 15:54:57 +02:00
parent b0e3d79989
commit f08a64c5e1

View file

@ -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);