mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
resolve: fix type of parameter and update man page
The "a" got dropped in eff7c2d3c9.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user