resolved: fix typo

Noticed by @vcaputo
This commit is contained in:
Lennart Poettering 2016-01-20 20:30:50 +01:00
parent ebc8a1066a
commit 55abd6dadd
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ int bus_link_method_set_dnssec_negative_trust_anchors(sd_bus_message *message, v
if (r < 0)
return r;
if (r == 0)
return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Invalid search negative trust anchor domain: %s", *i);
return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Invalid negative trust anchor domain: %s", *i);
}
ns = set_new(&dns_name_hash_ops);