fix test sshd

This commit is contained in:
2026-04-01 11:17:59 +03:00
parent 5eb3f47194
commit fc8467086a

View File

@@ -2,5 +2,6 @@
auto main(int argc, char* args[]) -> int auto main(int argc, char* args[]) -> int
{ {
// test sshd
run(); run();
} }