Quick Updates

svn path=/trunk/boinc/; revision=24193
This commit is contained in:
Rom Walton 2011-09-13 23:59:19 +00:00
parent 4dcb0a5859
commit d9de7596e6
1 changed files with 0 additions and 1 deletions

View File

@ -258,7 +258,6 @@ int VBOX_VM::generate_vm_root_dir( string& dir ) {
bool VBOX_VM::is_registered() {
string command;
string output;
char buf[256];
command = "showvminfo \"" + vm_name + "\" ";
command += "--machinereadable ";