Index: /trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp	(revision 58329)
+++ /trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp	(revision 58330)
@@ -314,5 +314,5 @@
                     hr = m_pProgress->Cancel();
                     AssertComRC(hr);
-                    hr = m_pProgress->i_notifyComplete(S_FALSE);
+                    hr = m_pProgress->i_notifyComplete(S_OK);
                     AssertComRC(hr);
 
@@ -848,5 +848,5 @@
     {
 #ifdef DEBUG
-# if 1
+# if 0
         /* Hardcode the to-used protocol version; nice for testing side effects. */
         uProto = 3;
