ovsdb-idl: Add assertion for synthetic records in ovsdb_idl_read().
authorBen Pfaff <blp@nicira.com>
Tue, 15 Nov 2011 21:59:41 +0000 (13:59 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Nov 2011 23:32:37 +0000 (15:32 -0800)
commit942d31c8626773b46d81c48191456dcb1d60aa17
tree627724bff581e4a114ef56ec0139e3cdbda31179
parentf4ebc25ea05ce635afeafdc089e6573c279c8cdf
ovsdb-idl: Add assertion for synthetic records in ovsdb_idl_read().

This function doesn't support synthetic records but it probably isn't
obvious from looking at it, so add an actual assertion.
lib/ovsdb-idl.c