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)
42 return; 42 return;
43 } 43 }
44 44
45 srv_running = 1;
46
45 srv_log(xs_fmt("httpd start %s:%d", address, port)); 47 srv_log(xs_fmt("httpd start %s:%d", address, port));
46 48
47 for (;;) { 49 for (;;) {