1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-10-28 15:35:43 +03:00

Revert "Switch from yajl to Jansson"

This reverts commit 9cf38263d0.

Jansson cannot parse QEMU's quirky JSON.
Revert back to yajl.

https://bugzilla.redhat.com/show_bug.cgi?id=1614569

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Ján Tomko
2018-08-13 13:40:18 +02:00
parent e96e71d8d0
commit d99a89592d
24 changed files with 72 additions and 257 deletions

View File

@@ -309,7 +309,6 @@ testQemuDiskXMLToPropsValidateFile(const void *opaque)
goto cleanup;
virBufferAdd(&buf, jsonstr, -1);
virBufferAddLit(&buf, "\n");
VIR_FREE(jsonstr);
}