This commit is contained in:
Anthony Minessale 2012-09-18 16:00:19 -05:00
parent c5204c2128
commit d80e91d248
1 changed files with 1 additions and 1 deletions

View File

@ -931,7 +931,7 @@ static void load_mime_types(void)
{
char *cf = "mime.types";
FILE *fd = NULL;
char *line_buf;
char *line_buf = NULL;
switch_size_t llen = 0;
char *mime_path = NULL;