Thanks, I pushed this to master.
On 3 July 2014 08:42, Ben Pfaff wrote:
> On Tue, Jul 01, 2014 at 01:54:18PM +1200, Joe Stringer wrote:
> > Commit acaa8dac49 (revalidator: Eliminate duplicate flow handling.)
> > ensured that a ukey will always exist for a given flow, even if it is
> > about to
On Tue, Jul 01, 2014 at 01:54:18PM +1200, Joe Stringer wrote:
> Commit acaa8dac49 (revalidator: Eliminate duplicate flow handling.)
> ensured that a ukey will always exist for a given flow, even if it is
> about to be deleted. This means that push_dump_ops__() no longer needs
> to handle the case w
Commit acaa8dac49 (revalidator: Eliminate duplicate flow handling.)
ensured that a ukey will always exist for a given flow, even if it is
about to be deleted. This means that push_dump_ops__() no longer needs
to handle the case where there is no ukey. This commit removes the
redundant code.
Signed