ovsdb: Don't check "date" before assignment in ovsdb_file_txn_from_json().
authorJustin Pettit <jpettit@nicira.com>
Tue, 22 Feb 2011 01:02:35 +0000 (17:02 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 22 Feb 2011 18:14:53 +0000 (10:14 -0800)
commitf7c21036f9cc592727b791f9e7bee8bc75ed7285
treeaa8a6bc581ad28287950030feaafc62dd2b9062a
parent08871bf6f0ac5dd8afc6a571b43e7948de4ac832
ovsdb: Don't check "date" before assignment in ovsdb_file_txn_from_json().

There's no indication that "date" is optional in the description of
ovsdb_file_txn_from_json(), and the one caller always passes it in, so
don't bother checking whether it exists.

Coverity #10732
ovsdb/file.c