]> git.ipfire.org Git - thirdparty/bird.git/commit
Fixes bug in protocol state machine
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 12 Feb 2009 12:43:06 +0000 (13:43 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 12 Feb 2009 12:43:06 +0000 (13:43 +0100)
commitb807ef9a15db2a5db14f68011923975dfc472f49
treee160226a5dcc52694e59fd6680c1d5841b6c1523
parent80ac7dc18145baa04a05eee3a69d325087cb9472
Fixes bug in protocol state machine

Scheduling flush must be done before resource pool freeing as it
frees some allocated list nodes from a global list.
nest/proto.c