Changeset 108521 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 11, 2025 5:59:24 PM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 167911
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r108520 r108521 4655 4655 4656 4656 Utf8Str strServerCertificate(VRDE_AUTO_GENENERATED_CERT_FILENAME); 4657 i nt vrc = i_calculateFullPath(strServerCertificate, strServerCertificate);4657 i_calculateFullPath(strServerCertificate, strServerCertificate); 4658 4658 4659 4659 Utf8Str strServerPrivateKey(VRDE_AUTO_GENENERATED_PKEY_FILENAME); 4660 vrc =i_calculateFullPath(strServerPrivateKey, strServerPrivateKey);4660 i_calculateFullPath(strServerPrivateKey, strServerPrivateKey); 4661 4661 4662 4662 if (RTFileExists(strServerPrivateKey.c_str()))
Note:
See TracChangeset
for help on using the changeset viewer.