ovs.db.idl: Actually use Idl.__modify_row()'s return value.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Aug 2011 16:26:29 +0000 (09:26 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Aug 2011 18:57:43 +0000 (11:57 -0700)
commit7d48f8f8bd90922bebbbd46106d8343b2eb1571e
tree52badf33c37f9cfa3063653bac367f2768c526bf
parent4c0f62718ff9f83613c7f87805ee40495f642583
ovs.db.idl: Actually use Idl.__modify_row()'s return value.

Idl.__parse_row_update() assumed that every change that the database server
sent down actually modified the database.  This is generally true, but
since Idl.__modify_row() already returns whether there was a change, we
might as well use it.

Reported-by: Reid Price <reid@nicira.com>
python/ovs/db/idl.py