From: Ondrej Zajicek Date: Mon, 5 May 2014 09:05:12 +0000 (+0200) Subject: Fixes a problem with undoing of deconfiguring of protocol. X-Git-Tag: v1.4.4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1149aa977d906a6400f998d5f6600871584395d0;p=thirdparty%2Fbird.git Fixes a problem with undoing of deconfiguring of protocol. Thanks to Sergey Popovich for the original patch. --- diff --git a/nest/proto.c b/nest/proto.c index 6278580ca..7a1e9bf78 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -605,6 +605,7 @@ proto_rethink_goal(struct proto *p) { struct proto_config *nc = p->cf_new; DBG("%s has shut down for reconfiguration\n", p->name); + p->cf->proto = NULL; config_del_obstacle(p->cf->global); rem_node(&p->n); rem_node(&p->glob_node);