Changeset 87013 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Nov 27, 2020 7:41:36 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141586
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/http-server.cpp
r87011 r87013 796 796 RTHTTPSTATUS enmSts = RTHTTPSTATUS_INTERNAL_NOT_SET; 797 797 798 PRTHTTPSERVERREQ pReq ;798 PRTHTTPSERVERREQ pReq = NULL; /* Shut up GCC. */ 799 799 int rc = rtHttpServerParseRequest(pClient, pszReq, cbReq, &pReq); 800 800 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.