[asterisk-commits] mmichelson: trunk r165143 - /trunk/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Dec 17 11:53:38 CST 2008
Author: mmichelson
Date: Wed Dec 17 11:53:37 2008
New Revision: 165143
URL: http://svn.digium.com/view/asterisk?view=rev&rev=165143
Log:
And actually assign the function to a pointer...
Modified:
trunk/apps/app_voicemail.c
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=165143&r1=165142&r2=165143
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Wed Dec 17 11:53:37 2008
@@ -1756,7 +1756,7 @@
}
if (!vms_p) {
- create_vm_state_from_user(vmu);
+ vms_p = create_vm_state_from_user(vmu);
}
ret = init_mailstream(vms_p, fold);
if (!vms_p->mailstream) {
More information about the asterisk-commits
mailing list