Mon, 28 Oct 2024 09:37:04 +0100
safe pwdstore decryption status
libidav/config.c | file | annotate | diff | comparison | revisions | |
libidav/pwdstore.c | file | annotate | diff | comparison | revisions |
--- a/libidav/config.c Sun Oct 27 16:08:28 2024 +0100 +++ b/libidav/config.c Mon Oct 28 09:37:04 2024 +0100 @@ -458,7 +458,7 @@ xmlNode *repoNode = xmlNewNode(NULL, BAD_CAST "repository"); xmlNode *rtext1 = xmlNewDocText(config->doc, BAD_CAST "\n"); xmlAddChild(repoNode, rtext1); - + repo->node = repoNode; if(repo->name.value.ptr) { repo->name.node = addXmlNode(repoNode, "name", repo->name.value); }