mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 08:29:45 +00:00
freetdm: ftmod_sangoma_isdn - warning fixed
This commit is contained in:
parent
7ba849b34a
commit
1b965d864b
@ -779,7 +779,6 @@ void sngisdn_rcv_cc_ind(CcMngmt *status)
|
|||||||
void sngisdn_rcv_q931_trace(InMngmt *trc, Buffer *mBuf)
|
void sngisdn_rcv_q931_trace(InMngmt *trc, Buffer *mBuf)
|
||||||
{
|
{
|
||||||
MsgLen mlen;
|
MsgLen mlen;
|
||||||
MsgLen i;
|
|
||||||
int16_t j;
|
int16_t j;
|
||||||
Buffer *tmp;
|
Buffer *tmp;
|
||||||
Data *cptr;
|
Data *cptr;
|
||||||
@ -802,7 +801,6 @@ void sngisdn_rcv_q931_trace(InMngmt *trc, Buffer *mBuf)
|
|||||||
tmp = mBuf->b_cont;
|
tmp = mBuf->b_cont;
|
||||||
cptr = tmp->b_rptr;
|
cptr = tmp->b_rptr;
|
||||||
data = *cptr++;
|
data = *cptr++;
|
||||||
i = 0;
|
|
||||||
|
|
||||||
for(j=0;j<mlen;j++) {
|
for(j=0;j<mlen;j++) {
|
||||||
tdata[j]= data;
|
tdata[j]= data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user