summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-02-22 20:13:05 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-02-22 20:13:05 +0000
commitcff3864fa5c849e2e170ae9fc8df7d6e79f2c38a (patch)
treeed2aa1249accf3390478d56d3f3a9618e50ff3aa /apps
parent7092b4475c4a4137786b5bc24bcf09d25d36c68e (diff)
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
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 6e19c95c2..7b9a37dfd 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -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) {