mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-17 18:19:45 +00:00
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/trunk@132791 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -8229,8 +8229,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;
|
||||
|
Reference in New Issue
Block a user