mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 14:44:28 +00:00
bug in the linkedlists macros where the prev node
was improperly managed when doing removals or insertions. also solved issues with app_voicemail init. and reload solves bug #6557 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10766 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5898,7 +5898,6 @@ static int load_config(void)
|
||||
}
|
||||
zones = NULL;
|
||||
zonesl = NULL;
|
||||
AST_LIST_HEAD_INIT(&users);
|
||||
memset(ext_pass_cmd, 0, sizeof(ext_pass_cmd));
|
||||
|
||||
if (cfg) {
|
||||
|
Reference in New Issue
Block a user