mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
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:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user