VirtualBox

Ignore:
Timestamp:
Oct 17, 2016 10:17:49 AM (8 years ago)
Author:
vboxsync
Message:

Reverted r111300 and subsequent changes since the fix is to use RTLOCALIPC_FLAGS_NATIVE_NAME.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp

    r64285 r64291  
    308308            LogRel(("Failed to initialize service '%s', rc=%Rrc\n", pSvc->pDesc->pszName, rc2));
    309309            if (rc2 == VERR_NOT_SUPPORTED)
     310            {
    310311                LogRel(("Service '%s' is not supported on this system\n", pSvc->pDesc->pszName));
    311             rc2 = VINF_SUCCESS;
     312                rc2 = VINF_SUCCESS;
     313            }
    312314            /* Keep going. */
    313315        }
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