]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix use of VIR_STRDUP vs strdup
authorDoug Goldstein <cardoe@cardoe.com>
Sun, 9 Jun 2013 22:23:35 +0000 (17:23 -0500)
committerCole Robinson <crobinso@redhat.com>
Mon, 10 Jun 2013 13:36:06 +0000 (09:36 -0400)
commitab7e3039e03449d0ba70fc71eadf58fa246bfd85
tree3198bf803e688599da4bdd970ddd3eaa0dd46e8a
parentdc200aa851806e89cd7d580880afebf9e3663b25
Fix use of VIR_STRDUP vs strdup

Commit 894f784948a93760629de3cb195c69ef4f4b831f broke the v1.0.5-maint
branch because VIR_STRDUP() didn't exist in the v1.0.5 release so the
resulting build is missing that symbol.

This patch is only for the v1.0.5-maint branch.
src/qemu/qemu_migration.c