]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix lxc syntax-check failure
authorMark McLoughlin <markmc@redhat.com>
Thu, 16 Apr 2009 13:08:03 +0000 (13:08 +0000)
committerMark McLoughlin <markmc@redhat.com>
Thu, 16 Apr 2009 13:08:03 +0000 (13:08 +0000)
commit169afbe9aa839fa5857f5e2e38abf1ddd1f07562
tree10a456413cda06bd4981afee2580480d741b465b
parent316befbb0ca0913de3fb968571e70fe9fa8fb3da
Fix lxc syntax-check failure

Fixes:

 CHECK: avoid_if_before_free
 src/lxc_container.c: if (oldroot) VIR_FREE(oldroot)
 src/lxc_container.c: if (newroot) VIR_FREE(newroot)
 Makefile.maint: found useless "if" before "free" above

and:

 src/lxc_container.c:317:
 Makefile.maint: found trailing blank(s)

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
ChangeLog
src/lxc_container.c