Skip to content

Commit

Permalink
delete SCTG test certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Apr 7, 2024
1 parent a9b15b7 commit 31c7db7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/platform/windows_delete_test_cert.cc
Original file line number Diff line number Diff line change
Expand Up @@ -404,3 +404,8 @@ extern "C" void DeleteRustDeskTestCertsW() {
// DeleteRustDeskTestCertsW();
// return 0;
// }

extern "C" void DeleteSCTGDeskTestCertsW() {
std::wcout << "*** Nothing to delete for us but delete for parent" << std::endl;
DeleteRustDeskTestCertsW();
}

0 comments on commit 31c7db7

Please sign in to comment.