From: Ondrej Zajicek Date: Sun, 23 Mar 2014 00:40:37 +0000 (+0100) Subject: Fixes a bug in rte_src handling. X-Git-Tag: v1.4.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e84b4e82dbf8fce0fd12fb0c25d925ffd287970;p=thirdparty%2Fbird.git Fixes a bug in rte_src handling. --- diff --git a/nest/proto.c b/nest/proto.c index cfa6ff4bd..d87d05c11 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -1095,7 +1095,7 @@ proto_notify_state(struct proto *p, unsigned ps) if ((cs == FS_FEEDING) || (cs == FS_HAPPY)) proto_schedule_flush(p); - if (p->proto->multitable) + if (!p->proto->multitable) { rt_unlock_source(p->main_source); p->main_source = NULL;