[svn-commits] kpfleming: branch 1.2 r47696 - /branches/1.2/apps/app_voicemail.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Nov 15 13:30:30 MST 2006


Author: kpfleming
Date: Wed Nov 15 14:30:29 2006
New Revision: 47696

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47696
Log:
correct argument name typo that caused global variable to be used instead of the one for the specified voicemail user

Modified:
    branches/1.2/apps/app_voicemail.c

Modified: branches/1.2/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_voicemail.c?view=diff&rev=47696&r1=47695&r2=47696
==============================================================================
--- branches/1.2/apps/app_voicemail.c (original)
+++ branches/1.2/apps/app_voicemail.c Wed Nov 15 14:30:29 2006
@@ -3277,7 +3277,7 @@
 	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;



More information about the svn-commits mailing list