* Optimized validation by making xml_diff work on raw cache tree (not copies)

* xmldb_get() removed unnecessary config option
This commit is contained in:
Olof hagsand 2019-04-04 11:08:28 +02:00
parent 4de15343c9
commit 473d65c511
58 changed files with 1057 additions and 391 deletions

View file

@ -882,7 +882,7 @@ nacm_access_pre(clicon_handle h,
goto done;
}
else if (strcmp(mode, "internal")==0){
if (xmldb_get(h, "running", "nacm", 0, &xnacm0, NULL) < 0)
if (xmldb_get(h, "running", "nacm", &xnacm0, NULL) < 0)
goto done;
}
}