ovsdb-idl: Check prerequisites for ovsdb_idl_txn_verify() also.
authorBen Pfaff <blp@nicira.com>
Wed, 8 Dec 2010 22:26:37 +0000 (14:26 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Dec 2010 01:09:29 +0000 (17:09 -0800)
commitee21cfa751d9233a686d1a1c0c7ee6a3d6dac651
treed6ca23f5546a0a79a7d3bb5dc9bf75faf8755568
parent4e3e7ff9fc4cd9f3dec2b96379feb4ca98deccf8
ovsdb-idl: Check prerequisites for ovsdb_idl_txn_verify() also.

The IDL can only verify prerequisites for columns that it is monitoring,
but it didn't check for that.  This assertion (which is the same as one in
ovsdb_idl_txn_write()) should alert us to such problems.

This would have found the problem fixed by the previous commit.
lib/ovsdb-idl.c