]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
correct argument name typo that caused global variable to be used instead of the...
authorKevin P. Fleming <kpfleming@digium.com>
Wed, 15 Nov 2006 20:30:29 +0000 (20:30 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Wed, 15 Nov 2006 20:30:29 +0000 (20:30 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@47696 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 25b7a496c90cb4822599b38c414e33f41c0cdce5..34f8303eb6a5c1d9db3590b1be7a65ffdb47adc1 100644 (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;