Skip to content
Snippets Groups Projects
Commit 44147ffd authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Change terminate_server to correct type expected by xpms_add* functions

parent 46cd7bbc
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ static protected_uint32_t thread_count;
static volatile uint32_t client_highwater = 0;
static volatile time_t uptime = 0;
static volatile ulong served = 0;
static volatile BOOL terminate_server = FALSE;
static bool terminate_server = FALSE;
static char * text[TOTAL_TEXT];
static str_list_t pause_semfiles;
static str_list_t recycle_semfiles;
......
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