From d409f4ee470d8951a57de601563b0943a4de39e1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Jun 2006 13:05:40 +0000 Subject: automerge commit git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@34273 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_voicemail.c') diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index c08a563e8..42ccef3c6 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 */ -- cgit v1.2.3