mirror of https://github.com/BOINC/boinc.git
VBOX: Guest additions may not be available on all hosts. If not found, skip it.
This commit is contained in:
parent
5037444962
commit
fb98a4c644
|
@ -256,8 +256,7 @@ int VBOX_VM::initialize() {
|
|||
rc = get_version_information(virtualbox_version);
|
||||
if (rc) return rc;
|
||||
|
||||
rc = get_guest_additions(virtualbox_guest_additions);
|
||||
if (rc) return rc;
|
||||
get_guest_additions(virtualbox_guest_additions);
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue