]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fixes a problem with BGP neighbors, link-local addresses and locking.
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 9 May 2013 09:11:06 +0000 (11:11 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 9 May 2013 09:11:06 +0000 (11:11 +0200)
Thanks to Fritz Grimpen for the bugfix.

proto/bgp/bgp.c

index 0f351b44a68d3a6073de14d49f1268ec484a636c..b1594b9296994d85abb4fd81e56c7de6f632b2bb 100644 (file)
@@ -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);