Merged revisions 132791 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r132791 | kpfleming | 2008-07-22 17:14:37 -0500 (Tue, 22 Jul 2008) | 2 lines

correct fix made in r132777... the code *did* compile in dev-mode, as long as libpri was installed and enabled

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132793 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Kevin P. Fleming 17 years ago
parent 62c2359763
commit b70cace390

@ -8072,8 +8072,9 @@ static struct dahdi_pvt *mkintf(int channel, const struct dahdi_chan_conf *conf,
/* Make a dahdi_pvt structure for this interface (or CRV if "pri" is specified) */
struct dahdi_pvt *tmp = NULL, *tmp2, *prev = NULL;
char fn[80];
#if 1
struct dahdi_bufferinfo bi;
#ifdef HAVE_PRI
struct dahdi_spaninfo si;
#endif
int res;
int span = 0;

Loading…
Cancel
Save