commit | 62225e2e457b5df72faadb536fed4d386944f156 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Aug 05 10:06:50 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Aug 05 10:06:50 2022 +0200 |
tree | 8f745c4158569f7203ba3ebd1cb694f82769ee33 | |
parent | 776ae74ab8f96d16c527b573fbe5bcfe5e0143ea [diff] [blame] |
path BUGFIX keep previous logging info
diff --git a/src/path.c b/src/path.c index bceb3ef..bc4552a 100644 --- a/src/path.c +++ b/src/path.c
@@ -860,7 +860,7 @@ /* remember original context node */ cur_node = ctx_node; - LOG_LOCINIT(cur_node, NULL, NULL, NULL); + LOG_LOCSET(cur_node, NULL, NULL, NULL); if (oper == LY_PATH_OPER_OUTPUT) { getnext_opts = LYS_GETNEXT_OUTPUT;