aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/pbx_config.c')
-rw-r--r--pbx/pbx_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index d98bdd788..51947169b 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -924,7 +924,7 @@ static char *complete_context_add_include(const char *line, const char *word, in
*/
static int handle_save_dialplan(int fd, int argc, char *argv[])
{
- char filename[AST_MAX_FILENAME_LEN];
+ char filename[256];
struct ast_context *c;
struct ast_config *cfg;
struct ast_variable *v;