Fixes a problem with BGP neighbors, link-local addresses and locking.
Thanks to Fritz Grimpen for the bugfix.
This commit is contained in:
parent
a2017200c7
commit
9c99d753fd
1 changed files with 0 additions and 1 deletions
|
@ -840,7 +840,6 @@ bgp_start(struct proto *P)
|
|||
lock->iface = p->cf->iface;
|
||||
lock->type = OBJLOCK_TCP;
|
||||
lock->port = BGP_PORT;
|
||||
lock->iface = NULL;
|
||||
lock->hook = bgp_start_locked;
|
||||
lock->data = p;
|
||||
olock_acquire(lock);
|
||||
|
|
Loading…
Reference in a new issue