mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 08:44:14 +00:00
isdn_lib.c didn't compile
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@72041 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3651,8 +3651,6 @@ int misdn_lib_send_restart(int port, int channel)
|
|||||||
int cnt;
|
int cnt;
|
||||||
for (cnt=0; cnt<=stack->b_num; cnt++) {
|
for (cnt=0; cnt<=stack->b_num; cnt++) {
|
||||||
if (stack->bc[cnt].channel == i) {
|
if (stack->bc[cnt].channel == i) {
|
||||||
cb_event(&stack->bc[cnt], EVENT_CLEANUP);
|
|
||||||
|
|
||||||
empty_bc(&stack->bc[cnt]);
|
empty_bc(&stack->bc[cnt]);
|
||||||
clean_up_bc(&stack->bc[cnt]);
|
clean_up_bc(&stack->bc[cnt]);
|
||||||
stack->bc[cnt].in_use=0;
|
stack->bc[cnt].in_use=0;
|
||||||
|
Reference in New Issue
Block a user