Skip to content
Snippets Groups Projects
Commit 4dc779ba authored by rswindell's avatar rswindell
Browse files

Changed global var (served) to static to resolve conflict with main.cpp.

parent c35ee0e6
No related branches found
No related tags found
No related merge requests found
......@@ -94,9 +94,9 @@ web_startup_t web_startup;
uint thread_count=1;
uint socket_count=0;
uint client_count=0;
ulong served=0;
int prompt_len=0;
static scfg_t scfg; /* To allow rerun */
static scfg_t scfg; /* To allow rerun */
static ulong served=0;
#ifdef __unix__
char new_uid_name[32];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment