1
1
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:
Yu Watanabe 2023-11-26 05:34:10 +09:00
parent e521898d83
commit 698da597e1

View File

@ -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);