Skip to content

Commit 9a82ba0

Browse files
committed
cmd_data REFACTOR format
1 parent 935c708 commit 9a82ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lint/cmd_data.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ parse_input_by_type(struct ly_ctx *ctx, enum lyd_type type, struct cmdline_file
607607
/* parse source RPC operation */
608608
assert(reply_rpc && reply_rpc->in);
609609
ret = lyd_parse_op(ctx, NULL, reply_rpc->in, reply_rpc->format, LYD_TYPE_RPC_NETCONF, LYD_PARSE_STRICT,
610-
&envp, op);
610+
&envp, op);
611611
if (ret) {
612612
YLMSG_E("Failed to parse source NETCONF RPC operation file \"%s\".", reply_rpc->path);
613613
goto cleanup;

0 commit comments

Comments
 (0)