ovsdb-idl: Improve check in ovsdb_idl_row_is_orphan().
authorBen Pfaff <blp@nicira.com>
Wed, 3 Mar 2010 17:54:43 +0000 (09:54 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 3 Mar 2010 17:59:48 +0000 (09:59 -0800)
commit90887925206f585db65ae8872f197a97543f2860
tree58970419322d5056a815ef8c740f3d0044fd2055
parentf2ba3c0a425ba0745cd2640d38dc7e816333d1c6
ovsdb-idl: Improve check in ovsdb_idl_row_is_orphan().

When a transaction is in progress, newly inserted rows have NULL 'old'
values.  These rows are not orphans, so ovsdb_idl_row_is_orphan() should
not treat them as such.

I do not believe that this changes behavior at all, because I have not been
able to find a case where ovsdb_idl_row_is_orphan() is called while a
transaction is in progress.  It is a code cleanup.
lib/ovsdb-idl.c