Index: /trunk/src/VBox/Runtime/r3/socket.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/socket.cpp	(revision 70484)
+++ /trunk/src/VBox/Runtime/r3/socket.cpp	(revision 70485)
@@ -694,5 +694,5 @@
     {
         *phServer = aSockets[0];
-        *phClient = aSockets[0];
+        *phClient = aSockets[1];
         return VINF_SUCCESS;
     }
