Skip to content

Commit 0f352f4

Browse files
committed
messages server BUGFIX var not set
1 parent 9fd9589 commit 0f352f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/messages_server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ nc_err_set_path(struct lyd_node *err, const char *error_path)
563563
}
564564

565565
/* create the node at the right place */
566-
if (lyd_new_opaq2(err, NULL, "error-path", error_path, NULL, NC_NS_BASE, NULL)) {
566+
if (lyd_new_opaq2(err, NULL, "error-path", error_path, NULL, NC_NS_BASE, &match)) {
567567
return -1;
568568
}
569569
if (prev_anchor) {

0 commit comments

Comments
 (0)