mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-12 08:58:20 +03:00
varlinkctl: add short comment
This commit is contained in:
parent
e521898d83
commit
698da597e1
@ -376,6 +376,7 @@ static int verb_call(int argc, char *argv[], void *userdata) {
|
||||
arg_json_format_flags &= ~JSON_FORMAT_OFF;
|
||||
|
||||
if (parameter) {
|
||||
/* <argv[4]> is correct, as dispatch_verb() shifts arguments by one for the verb. */
|
||||
r = json_parse_with_source(parameter, "<argv[4]>", 0, &jp, &line, &column);
|
||||
if (r < 0)
|
||||
return log_error_errno(r, "Failed to parse parameters at <argv[4]>:%u:%u: %m", line, column);
|
||||
|
Loading…
x
Reference in New Issue
Block a user