correct argument name typo that caused global variable to be used instead of the one for the specified voicemail user

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@47696 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-11-15 20:30:29 +00:00
parent 3b2f1f1773
commit c446ef9782

View File

@@ -3277,7 +3277,7 @@ static int get_folder2(struct ast_channel *chan, char *fn, int start)
return res;
}
static int vm_forwardoptions(struct ast_channel *chan, struct ast_vm_user *vmu, char *curdir, int curmsg, char *vmfts,
static int vm_forwardoptions(struct ast_channel *chan, struct ast_vm_user *vmu, char *curdir, int curmsg, char *vmfmts,
char *context, signed char record_gain, long *duration)
{
int cmd = 0;