ovsdb-tool: Fix segfault if deleted row doesn't exist.
authorBen Pfaff <blp@nicira.com>
Mon, 15 Mar 2010 21:50:14 +0000 (14:50 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Mar 2010 21:24:55 +0000 (14:24 -0700)
commitb932d88b16c8a48c332495ddd3f70ea97dc1abf1
treede9eb4d52fcf68f83c486871b9be4554c2e527b7
parentf479c2f42b01cbb6fb0a60448f314021b1c3c9df
ovsdb-tool: Fix segfault if deleted row doesn't exist.

This "can't happen" normally, but it will if you monkey with the OVSDB
file by hand such that a row that gets deleted never actually existed in
the db.
ovsdb/ovsdb-tool.c