Index: /trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp	(revision 75953)
+++ /trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp	(revision 75954)
@@ -1503,7 +1503,5 @@
      */
     uint32_t u32ClientId = 0;
-    int rc = VINF_SUCCESS;
-
-    rc = VbglR3GuestPropConnect(&u32ClientId);
+    int rc = VbglR3GuestPropConnect(&u32ClientId);
     if (RT_FAILURE(rc))
         VBoxControlError("Failed to connect to the guest property service, error %Rrc\n", rc);
@@ -1550,8 +1548,6 @@
         else if (rc == VERR_INTERRUPTED)
             VBoxControlError("The request timed out or was interrupted\n");
-#ifndef RT_OS_WINDOWS  /* Windows guests do not do this right */
         else if (RT_FAILURE(rc) && rc != VERR_NOT_FOUND)
             VBoxControlError("Failed to get a notification, error %Rrc\n", rc);
-#endif
     }
 
