VirtualBox

Changeset 108521 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 11, 2025 5:59:24 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167911
Message:

Main/MachineImpl.cpp: Fix auto-generated VRDE certificate and key deletion. jiraref:VBP-1551

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r108520 r108521  
    46554655
    46564656    Utf8Str strServerCertificate(VRDE_AUTO_GENENERATED_CERT_FILENAME);
    4657     int vrc = i_calculateFullPath(strServerCertificate, strServerCertificate);
     4657    i_calculateFullPath(strServerCertificate, strServerCertificate);
    46584658
    46594659    Utf8Str strServerPrivateKey(VRDE_AUTO_GENENERATED_PKEY_FILENAME);
    4660     vrc = i_calculateFullPath(strServerPrivateKey, strServerPrivateKey);
     4660    i_calculateFullPath(strServerPrivateKey, strServerPrivateKey);
    46614661
    46624662    if (RTFileExists(strServerPrivateKey.c_str()))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette