added error descr storing into tccomp

This commit is contained in:
Олег Бородин
2025-10-18 16:31:44 +02:00
parent bd89591945
commit a9541628be
15 changed files with 95 additions and 27 deletions

View File

@@ -17,6 +17,11 @@ int main(int argc, char** argv) {
(void)argv;
server_init();
int res = 0;
if ((res = server_config()) < 0) {
return res;
}
return 0;
}