mirror of https://github.com/BOINC/boinc.git
VBOX: Bug fix.
This commit is contained in:
parent
9f42c5dc00
commit
a232766d01
|
@ -468,7 +468,7 @@ int main(int argc, char** argv) {
|
|||
pVM = NULL;
|
||||
}
|
||||
}
|
||||
if ((5 == vbox_major) && (0 >= vbox_minor)) {
|
||||
if ((5 == vbox_major) && (0 <= vbox_minor)) {
|
||||
pVM = (VBOX_VM*) new vbox50::VBOX_VM();
|
||||
retval = pVM->initialize();
|
||||
if (retval) {
|
||||
|
|
Loading…
Reference in New Issue