virtualbox5: apply nic slot label patch

Fixes #2081
This commit is contained in:
Emery Hemingway 2016-08-30 19:26:28 +02:00 committed by Christian Helmuth
parent 9c88891baf
commit 929ca5c163
2 changed files with 11 additions and 1 deletions

View File

@ -1 +1 @@
14b453967da93f0915e476d45b80a8a400c37eb4
a7e90970777f19ba4f1112e927b2c97882dcd8d4

View File

@ -995,6 +995,16 @@ index a717aff..3d52b9f 100644
HRESULT hrc;
Bstr bstr;
PCFGMNODE pLunL1 = NULL;
@@ -5440,6 +5450,9 @@
#undef H
+ /* store the slot index for session labeling */
+ InsertConfigInteger(pCfg, "Slot", uInstance);
+
return VINF_SUCCESS;
}
--- a/src/app/virtualbox/src/VBox/Main/src-client/DisplayImpl.cpp
+++ b/src/app/virtualbox/src/VBox/Main/src-client/DisplayImpl.cpp
@@ -956,7 +956,9 @@