summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/httpd.c b/httpd.c
index d849c98..3d4975e 100644
--- a/httpd.c
+++ b/httpd.c
@@ -42,6 +42,8 @@ void httpd(void)
return;
}
+ srv_running = 1;
+
srv_log(xs_fmt("httpd start %s:%d", address, port));
for (;;) {