Changeset 87064 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Dec 9, 2020 1:55:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers-http.cpp
r87063 r87064 503 503 504 504 char *pszAddress = RTStrAPrintf2("%s:%RU16", shClTransferHttpServerGetHost(pSrv), pSrv->uPort); 505 AssertPtr(pszAddress); 505 506 506 507 shClTransferHttpServerUnlock(pSrv); … … 533 534 AssertReturn(RTStrNLen(pSrvTx->szPathVirtual, RTPATH_MAX), NULL); 534 535 char *pszUrl = RTStrAPrintf2("%s:%RU16/%s", shClTransferHttpServerGetHost(pSrv), pSrv->uPort, pSrvTx->szPathVirtual); 536 AssertPtr(pszUrl); 535 537 536 538 shClTransferHttpServerUnlock(pSrv);
Note:
See TracChangeset
for help on using the changeset viewer.