This commit is contained in:
3lswear
2022-02-08 22:08:52 +03:00
parent 30921c41fd
commit 0c13c02344
4 changed files with 46 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ int main(int argc, char **argv)
server.readConfig();
server.setupConfig();
server.start();
// server.end();
server.end();
return (0);