Added a check for duplicate sections in the configuration file.

This commit is contained in:
Markus Makela
2015-10-28 20:15:52 +02:00
parent b43afe65ce
commit 8d6c583a1c
3 changed files with 146 additions and 1 deletions

View File

@ -281,7 +281,7 @@ char* replace_quoted(const char* str);
bool is_valid_posix_path(char* path);
bool strip_escape_chars(char*);
int simple_str_hash(char* key);
int maxscale_getline(char** dest, int* size, FILE* file);
EXTERN_C_BLOCK_END