[asterisk-commits] mmichelson: branch group/CCSS r236024 - /team/group/CCSS/channels/chan_dahdi.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 21 17:04:31 CST 2009
Author: mmichelson
Date: Mon Dec 21 17:04:29 2009
New Revision: 236024
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=236024
Log:
Use the proper structure.
Compiling is good.
Modified:
team/group/CCSS/channels/chan_dahdi.c
Modified: team/group/CCSS/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/channels/chan_dahdi.c?view=diff&rev=236024&r1=236023&r2=236024
==============================================================================
--- team/group/CCSS/channels/chan_dahdi.c (original)
+++ team/group/CCSS/channels/chan_dahdi.c Mon Dec 21 17:04:29 2009
@@ -8585,7 +8585,7 @@
return res;
}
#ifdef HAVE_PRI
-static struct ast_str *create_channel_name(struct dahdi_pvt *i, const char * const dnid, struct dahdi_pri *pri)
+static struct ast_str *create_channel_name(struct dahdi_pvt *i, const char * const dnid, struct sig_pri_pri *pri)
#else
static struct ast_str *create_channel_name(struct dahdi_pvt *i)
#endif
More information about the asterisk-commits
mailing list