]> xenbits.xensource.com Git - libvirt.git/commit
Fix WIN32 conditional for disabling console command
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 15 Aug 2012 20:43:01 +0000 (21:43 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 15 Aug 2012 20:43:01 +0000 (21:43 +0100)
commit9ef12b6ff5e7524b5a27a5c35e4f086e633914b0
tree9c035f3de87836694d5bf36275ef3e739f634c90
parenteed537c5df831cd5de36e2c864999803edffaa93
Fix WIN32 conditional for disabling console command

The '#endif' for a WIN32 conditional was placed one function
too high, leaving the impl of the console command enabled
and referencing functions that were disabled
tools/virsh-domain.c