VirtualBox

Ignore:
Timestamp:
Jan 25, 2023 1:59:25 AM (23 months ago)
Author:
vboxsync
Message:

Main: rc -> hrc/vrc for all but testcases. Enabled scm rc checks accordingly. bugref:10223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/webtest.cpp

    r98103 r98297  
    9494
    9595    /* SSL callbacks drag in IPRT sem/thread use, so make sure it is ready. */
    96     int rc = RTR3InitExe(argc, &argv, 0);
    97     if (RT_FAILURE(rc))
    98         return RTMsgInitFailure(rc);
     96    int vrc = RTR3InitExe(argc, &argv, 0);
     97    if (RT_FAILURE(vrc))
     98        return RTMsgInitFailure(vrc);
    9999
    100100    int ap;
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