[asterisk-commits] mmichelson: branch group/CCSS r214774 - /team/group/CCSS/main/ccss.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Aug 28 16:39:18 CDT 2009
Author: mmichelson
Date: Fri Aug 28 16:39:15 2009
New Revision: 214774
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=214774
Log:
Fix compilation.
Modified:
team/group/CCSS/main/ccss.c
Modified: team/group/CCSS/main/ccss.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/CCSS/main/ccss.c?view=diff&rev=214774&r1=214773&r2=214774
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Fri Aug 28 16:39:15 2009
@@ -884,7 +884,7 @@
static int ccreq_exec(struct ast_channel *chan, const char *data)
{
- struct cc_pending_offer *pending_offer;
+ struct core_pending_cc_offer *pending_offer;
struct cc_core_instance *core_instance;
struct cc_core_instance finder;
char interface[AST_CHANNEL_NAME];
More information about the asterisk-commits
mailing list