aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-24 10:17:40 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-24 10:17:40 +0000
commit5d7fbc4b1e07573ab8e0d91ec21ed1705e630f1a (patch)
treee87ec254faa8010e08a5c4d690b63f6bfa4373e5 /pbx/pbx_config.c
parent4f1ce1ea492dddb54662568e1effce3e76c18e0f (diff)
Update to trunk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10988 f38db490-d61c-443f-a65b-d21fe96a405b
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 51947169b..d98bdd788 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[256];
+ char filename[AST_MAX_FILENAME_LEN];
struct ast_context *c;
struct ast_config *cfg;
struct ast_variable *v;