From 65f5173c2aef3149fd304c8951ff10e71b761939 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 5 Jun 2023 18:18:50 +0200 Subject: Moved srv_running variable to httpd.c. --- httpd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'httpd.c') diff --git a/httpd.c b/httpd.c index f883f3f..9703a1f 100644 --- a/httpd.c +++ b/httpd.c @@ -24,6 +24,7 @@ #include #endif +int srv_running = 0; /* nodeinfo 2.0 template */ const char *nodeinfo_2_0_template = "" -- cgit v1.2.3