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:
Christian Richter
2007-06-27 07:54:30 +00:00
parent 16ecedee04
commit 085065ac35

View File

@@ -3651,8 +3651,6 @@ int misdn_lib_send_restart(int port, int channel)
int cnt;
for (cnt=0; cnt<=stack->b_num; cnt++) {
if (stack->bc[cnt].channel == i) {
cb_event(&stack->bc[cnt], EVENT_CLEANUP);
empty_bc(&stack->bc[cnt]);
clean_up_bc(&stack->bc[cnt]);
stack->bc[cnt].in_use=0;