* New xml_isancestor xml function
* Fixed memleak test for upgrade
This commit is contained in:
parent
f035c3ca23
commit
ceb5df2050
5 changed files with 37 additions and 9 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue