More preparation for running in docker

This commit is contained in:
2026-06-17 17:34:07 +02:00
parent 96921d83c0
commit 1c5afe4092
3 changed files with 20 additions and 9 deletions

View File

@@ -200,6 +200,8 @@ int main(int argc, char **argv)
// Keep the server running
getchar();
noh_log(NOH_INFO, "Shutting down.", port);
// Stop the server
MHD_stop_daemon(server);