* New xml_isancestor xml function

* Fixed memleak test for upgrade
This commit is contained in:
Olof Hagsand 2019-02-27 16:33:51 +01:00
parent f035c3ca23
commit ceb5df2050
5 changed files with 37 additions and 9 deletions

View file

@ -187,7 +187,7 @@ clicon_err_fn(const char *fn,
line,
clicon_strerror(category),
msg,
strerror(suberr));
suberr==XMLPARSE_ERRNO?"XML parse error":strerror(suberr));
}
else
clicon_log(LOG_ERR, "%s: %d: %s: %s",