]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virt-admin: Output srv-clients-set data as unsigned int rather than signed
authorErik Skultety <eskultet@redhat.com>
Mon, 5 Sep 2016 11:51:21 +0000 (13:51 +0200)
committerErik Skultety <eskultet@redhat.com>
Wed, 7 Sep 2016 12:07:18 +0000 (14:07 +0200)
commite2c63714a87696e820313d50e005a6b9e53bad19
tree3e04c6233a4936709c30aa72de8011a0b8feb147
parentf47b91148a0aa22bfafab4e8a5966205cd8c1f47
virt-admin: Output srv-clients-set data as unsigned int rather than signed

Unfortunately, commit a8962f70 only fixed first half of the reported issue of
virt-admin outputting negative values where unsigned int is expected by
BZ below, so this commit represents the other missing half of the fix.

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

Signed-off-by: Erik Skultety <eskultet@redhat.com>
tools/virt-admin.c