mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
issue #5703
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7054 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1949,7 +1949,7 @@ static int load_config(void)
|
||||
struct ast_config *cfg = NULL;
|
||||
struct ast_variable *var = NULL;
|
||||
char old_parking_ext[AST_MAX_EXTENSION];
|
||||
char old_parking_con[AST_MAX_EXTENSION];
|
||||
char old_parking_con[AST_MAX_EXTENSION] = "";
|
||||
|
||||
if (!ast_strlen_zero(parking_con)) {
|
||||
strcpy(old_parking_ext, parking_ext);
|
||||
|
Reference in New Issue
Block a user