mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 18:53:33 +08:00
resolve: fix type of parameter and update man page
The "a" got dropped in eff7c2d3c9
.
This commit is contained in:
parent
ba5a389d24
commit
0894f08bf1
@ -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);
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user