Changeset 98297 in vbox for trunk/src/VBox/Main/webservice/webtest.cpp
- Timestamp:
- Jan 25, 2023 1:59:25 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/webtest.cpp
r98103 r98297 94 94 95 95 /* 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); 99 99 100 100 int ap;
Note:
See TracChangeset
for help on using the changeset viewer.