diff options
author | default <nobody@localhost> | 2023-06-05 18:18:50 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-06-05 18:18:50 +0200 |
commit | 65f5173c2aef3149fd304c8951ff10e71b761939 (patch) | |
tree | 2574472a6fe588176df8cd32b026a502824d3e28 /snac.c | |
parent | 531433aea36dce9eee1ea268dc2612e259d53750 (diff) |
Moved srv_running variable to httpd.c.
Diffstat (limited to 'snac.c')
-rw-r--r-- | snac.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ d_char *srv_basedir = NULL; d_char *srv_config = NULL; d_char *srv_baseurl = NULL; -int srv_running = 0; int dbglevel = 0; |