aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-15 20:30:29 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-15 20:30:29 +0000
commitb5126ff02ac6cdb366915f65af8e698c04cc0f07 (patch)
treeb0c24fa6ccea895686cfaee5e2c236d913e509cf /apps
parent8fe18b2037502eb3bf13611d3e97fe3f3e0ee1c9 (diff)
correct argument name typo that caused global variable to be used instead of the one for the specified voicemail user
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@47696 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 25b7a496c..34f8303eb 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -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;