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:
Matt O'Gorman
2006-02-22 20:13:05 +00:00
parent 7092b4475c
commit cff3864fa5
2 changed files with 7 additions and 4 deletions

View File

@@ -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) {