This commit is contained in:
2025-06-04 10:35:30 +03:00
parent ef2c86675e
commit a888b42eb6
5 changed files with 264 additions and 12 deletions

View File

@@ -110,5 +110,5 @@ int main(int argc, char **argv){
sl_tty_tmout(DEFAULT_SERTMOUT);
server_run(type, G.node, serial);
LOGERR("Unreacheable code reached!");
return 0;
return 1;
}