From c2c14cf61252a9455a8f9144c0bc40dbc6a9a044 Mon Sep 17 00:00:00 2001 From: russell Date: Tue, 16 Oct 2007 19:10:01 +0000 Subject: Remove a pointless lock. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@85896 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_voicemail.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps') diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index fb39f3612..756dce48d 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -108,7 +108,6 @@ static char authuser[32]; static char authpassword[42]; static int expungeonhangup = 1; -AST_MUTEX_DEFINE_STATIC(delimiter_lock); static char delimiter = '\0'; struct vm_state; @@ -8549,9 +8548,7 @@ void mm_notify(MAILSTREAM * stream, char *string, long errflg) void mm_list(MAILSTREAM * stream, int delim, char *mailbox, long attributes) { if (delimiter == '\0') { - ast_mutex_lock(&delimiter_lock); delimiter = delim; - ast_mutex_unlock(&delimiter_lock); } if (option_debug > 4) { ast_log(LOG_DEBUG, "Delimiter set to %c and mailbox %s\n",delim, mailbox); -- cgit v1.2.3