From: Ondrej Zajicek Date: Thu, 9 May 2013 09:11:06 +0000 (+0200) Subject: Fixes a problem with BGP neighbors, link-local addresses and locking. X-Git-Tag: v1.3.11~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c99d753fd672bd9839715ee325ef01cca993dbf;p=thirdparty%2Fbird.git Fixes a problem with BGP neighbors, link-local addresses and locking. Thanks to Fritz Grimpen for the bugfix. --- diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index 0f351b44a..b1594b929 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -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);