Updated extraxml reset callback example and added a regression test

This commit is contained in:
Olof hagsand 2023-02-02 12:17:52 +01:00
parent 6d82c70e26
commit a203f6cde7
4 changed files with 232 additions and 15 deletions

View file

@ -918,6 +918,7 @@ main(int argc,
if (ret != 1)
if (xmldb_copy(h, "tmp", "running") < 0)
goto done;
xmldb_delete(h, "tmp");
if (ret2status(ret, &status) < 0)
goto done;
break;