VirtualBox

Changeset 75954 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Dec 4, 2018 8:53:48 PM (6 years ago)
Author:
vboxsync
Message:

VBoxControl: nits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp

    r75702 r75954  
    15031503     */
    15041504    uint32_t u32ClientId = 0;
    1505     int rc = VINF_SUCCESS;
    1506 
    1507     rc = VbglR3GuestPropConnect(&u32ClientId);
     1505    int rc = VbglR3GuestPropConnect(&u32ClientId);
    15081506    if (RT_FAILURE(rc))
    15091507        VBoxControlError("Failed to connect to the guest property service, error %Rrc\n", rc);
     
    15501548        else if (rc == VERR_INTERRUPTED)
    15511549            VBoxControlError("The request timed out or was interrupted\n");
    1552 #ifndef RT_OS_WINDOWS  /* Windows guests do not do this right */
    15531550        else if (RT_FAILURE(rc) && rc != VERR_NOT_FOUND)
    15541551            VBoxControlError("Failed to get a notification, error %Rrc\n", rc);
    1555 #endif
    15561552    }
    15571553
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette