resolve: fix type of parameter and update man page

The "a" got dropped in eff7c2d3c9.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-05-06 15:02:38 +02:00
parent ba5a389d24
commit 0894f08bf1
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ node /org/freedesktop/resolve1 {
in s type,
in q service_port,
in q service_priority,
in q serwise_weight,
in q service_weight,
in aa{say} txt_datas,
out o service_path);
UnregisterService(in o service_path);

View File

@ -1942,7 +1942,7 @@ static const sd_bus_vtable resolve_vtable[] = {
"q", service_port,
"q", service_priority,
"q", service_weight,
"a{say}", txt_datas),
"aa{say}", txt_datas),
SD_BUS_RESULT("o", service_path),
bus_method_register_service,
SD_BUS_VTABLE_UNPRIVILEGED),