removed unnecessary locking, which might have created deadlocks. removed find_chan_by_l3id, since the l3id is not unique over all ports. removed automatic nt_stack reinitialization, since this creates segfaults.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37323 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2006-07-10 11:06:47 +00:00
parent 300755732c
commit 46d200f14d
2 changed files with 2 additions and 34 deletions

View File

@@ -1930,7 +1930,9 @@ handle_event_nt(void *dat, void *arg)
if (stack->l2upcnt>3) {
cb_log(-1 , stack->port, "!!! Could not Get the L2 up after 3 Attemps!!!\n");
} else {
#if 0
if (stack->nt) misdn_lib_reinit_nt_stack(stack->port);
#endif
misdn_lib_get_l2_up(stack);
stack->l2upcnt++;
}