On Wed, Feb 15, 2012 at 04:59:31PM +0000, Dominic Curran wrote: > Fix bug in commit 3249bb907a1dab9b0 > > Incorrectly assume that get_all_records_where() returned a list. > It infact returns a disctionary and the list iteratory needs to change > to account for this. > Thanks to Nicira for pointing this out. > > NIC-454. > > Reported-by: David Tsai <[email protected]> > From: Rob Hoes <[email protected]> > Acked-by: Dominic Curran <[email protected]>
This version has no Signed-off-by at all, and the From: is in the wrong place (at the end instead of the beginning). Here's what I need: > From: Rob Hoes <[email protected]> > > Fix bug in commit 3249bb907a1dab9b0 > > Incorrectly assume that get_all_records_where() returned a list. > It infact returns a disctionary and the list iteratory needs to change > to account for this. > Thanks to Nicira for pointing this out. > > NIC-454. > > Signed-off-by: Rob Hoes <[email protected]> > Reported-by: David Tsai <[email protected]> > Acked-by: Dominic Curran <[email protected]> If that's correct then just let me know and I will push it in that form. Thanks, Ben. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
