mirror of https://github.com/BOINC/boinc.git
VBOX: Bug fix for previous commit.
This commit is contained in:
parent
715e0b2bb8
commit
7713406f6f
|
@ -1944,9 +1944,12 @@ int VBOX_VM::start() {
|
|||
CComBSTR session_type;
|
||||
CComPtr<IMachine> pMachineRO;
|
||||
CComPtr<IProgress> pProgress;
|
||||
APP_INIT_DATA aid;
|
||||
long bCompleted = 0;
|
||||
double timeout;
|
||||
|
||||
boinc_get_init_data_p(&aid);
|
||||
|
||||
|
||||
fprintf(
|
||||
stderr,
|
||||
|
|
Loading…
Reference in New Issue