forgot one place ..

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@70342 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2007-06-20 15:42:39 +00:00
parent 7fc236e53b
commit f5f018a209

View File

@@ -3394,7 +3394,7 @@ int misdn_lib_send_event(struct misdn_bchannel *bc, enum event_e event )
clean_up_bc(bc);
if (channel>0)
empty_chan_in_stack(stack,bc->channel);
empty_chan_in_stack(stack,channel);
bc->in_use=0;
}