]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh-snapshot: Fix coding style and remove dead code
authorPeter Krempa <pkrempa@redhat.com>
Mon, 21 Jan 2013 16:48:26 +0000 (17:48 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 4 Feb 2013 09:34:33 +0000 (10:34 +0100)
commitf4464002fcf28c00cd460bab2a86809d0407a555
tree44cf1426a3a53d2ab1411175b53c88869f657896
parente7aa207cd74119dd4fdcb96ac70ce538f55fc455
virsh-snapshot: Fix coding style and remove dead code

buffer won't be NULL in any case when reaching the check and the first
block of the if statement was lacking parentheses
tools/virsh-snapshot.c