runtime: fix clean shutdown exit codes
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled

This commit is contained in:
server
2026-04-14 06:26:37 +02:00
parent 7daf51f2da
commit abed660256
2 changed files with 4 additions and 4 deletions

View File

@@ -146,7 +146,7 @@ int main()
}
log_destroy();
return 1;
return 0;
}
void emptybeat(LPHEART heart, int pulse)