Index: /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 55218)
+++ /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 55219)
@@ -6145,5 +6145,5 @@
                                    this, ptrVM.rawUVM(), pcszDevice, lInstance, enmBus, fUseHostIOCache,
                                    fBuiltinIOCache, false /* fSetupMerge */, 0 /* uMergeSource */,
-                                   0 /* uMergeTarget */, aAttachments[i], mMachineState, &rc);
+                                   0 /* uMergeTarget */, *aAttachments[i], mMachineState, &rc);
         if (RT_FAILURE(vrc))
             throw setError(E_FAIL, tr("%Rrc"), vrc);
