]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: introduce ninfos variable in cmdDomFSInfo
authorJán Tomko <jtomko@redhat.com>
Tue, 12 Feb 2019 06:47:10 +0000 (07:47 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 12 Feb 2019 09:14:53 +0000 (10:14 +0100)
commit443fc056a057b6d653986b454c8b1514b6f0299e
tree479f615604b47812b8affd157465403cd1f62423
parentb419ea6a908a3effd6647d556aa4fa933fa342bf
virsh: introduce ninfos variable in cmdDomFSInfo

Do not use 'ret' throughout the whole function to avoid confusion
and comparison of unsigned 'i' against signed 'ret'.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
tools/virsh-domain.c