ovsdb-idl: Fix deletion of modified row.
authorBen Pfaff <blp@nicira.com>
Fri, 11 Dec 2009 21:16:15 +0000 (13:16 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 11 Dec 2009 21:26:08 +0000 (13:26 -0800)
commit1ebeed630c561949cfa86b88dc935e20d7e9fc95
tree609b21e2d5f17d8c0294661e49f136519b5ec675
parentee9e92d81a85344723be3dea504af9b584c81cd3
ovsdb-idl: Fix deletion of modified row.

If the transaction modified a row and then deleted it, the IDL would
instead mistakenly leave the row entirely untouched.

This commit fixes this bug.  It needs a regression test, but this commit
does not add one.
lib/ovsdb-idl.c