diff options
author | default <nobody@localhost> | 2022-09-21 18:13:11 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-21 18:13:11 +0200 |
commit | 7efb6d5833c20a82ccb4bf2c89e5ce43831db540 (patch) | |
tree | 3791694d2e5c5ec5a24981e6fa2aa7e11e04c89c /httpd.c | |
parent | 8e653d201fb182e517df125d410a1553c6132d0d (diff) |
New flag srv_running.
Diffstat (limited to 'httpd.c')
-rw-r--r-- | httpd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ void httpd(void) return; } + srv_running = 1; + srv_log(xs_fmt("httpd start %s:%d", address, port)); for (;;) { |