Changeset 45632 in vbox for trunk/src/VBox/Runtime/common/misc/http.cpp
- Timestamp:
- Apr 19, 2013 8:38:55 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/http.cpp
r45631 r45632 299 299 RTStrFree(pHttpInt->pcszCAFile); 300 300 pHttpInt->pcszCAFile = RTStrDup(pcszCAFile); 301 if (!pHttpInt->pcszCAFile) 302 return VERR_NO_MEMORY; 301 303 302 304 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.