Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italian

(cf commit 34242)
(Closes issue #7353)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@142744 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2008-09-12 16:38:02 +00:00
parent 8dfa8b6d0e
commit 496b85d5ed

View File

@@ -5707,7 +5707,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;
}
/* POLISH syntax */