- Timestamp:
- Oct 25, 2018 1:21:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/VideoRecStream.cpp
r75066 r75069 417 417 } 418 418 419 if (RT_FAILURE(rc)) 419 if (RT_SUCCESS(rc)) 420 { 421 pStream->pCtx = pCtx; 422 pStream->fEnabled = true; 423 } 424 else 420 425 { 421 426 int rc2 = VideoRecStreamClose(pStream); … … 423 428 return rc; 424 429 } 425 426 pStream->fEnabled = true;427 430 428 431 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.