Skip to content
Snippets Groups Projects
Commit 71633c95 authored by Martin Pycko's avatar Martin Pycko
Browse files

Increase the buffer to 512 so that we could process longer config lines

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1075 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 521e6eec
No related branches found
No related tags found
No related merge requests found
......@@ -693,7 +693,7 @@ static struct ast_config *__ast_load(char *configfile, struct ast_config *tmp, s
)
{
char fn[256];
char buf[256];
char buf[512];
FILE *f;
int lineno=0;
int master=0;
......
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