mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Reverting revision 10998 that was accidentaly committed to trunk. My apologies.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10989 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user