Skip to content

Commit c492803

Browse files
committed
test
1 parent a5d1f51 commit c492803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ lyd_validate_minmax(const struct lyd_node *first, const struct lyd_node *parent,
11881188

11891189
if (min) {
11901190
char suffix_path[256];
1191-
struct lyd_node *debug_node = parent;
1191+
const struct lyd_node *debug_node = parent;
11921192

11931193
snprintf(suffix_path, sizeof(suffix_path), "/%s", snode->name);
11941194

0 commit comments

Comments
 (0)