From 36fbb43884fbf9f9959ba7168c8dd8dd4f6c266f Mon Sep 17 00:00:00 2001 From: Automerge script Date: Thu, 15 Jun 2006 13:05:40 +0000 Subject: [PATCH] automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@34273 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index c08a563e8e..42ccef3c6d 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -4121,7 +4121,7 @@ static int vm_intro_it(struct ast_channel *chan, struct vm_state *vms) ast_play_and_wait(chan, "vm-vecchi") || ast_play_and_wait(chan, "vm-messages"); } - return res ? -1 : 0; + return res; } /* SWEDISH syntax */