Cleaner shutdown

This commit is contained in:
2019-11-30 19:59:11 -05:00
parent 4ab2ba1a02
commit 1a1032a8a7
10 changed files with 100 additions and 58 deletions

View File

@@ -35,7 +35,7 @@ struct {
struct {
char *es_url;
int index_count;
char* b64credentials;
char *b64credentials;
struct index_t indices[16];
} WebCtx;
#endif