ovsdb-tool: Make "query" and "transact" commands work properly.
authorBen Pfaff <blp@nicira.com>
Fri, 6 Nov 2009 21:35:32 +0000 (13:35 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 6 Nov 2009 23:33:47 +0000 (15:33 -0800)
commit8b681e6fdffe4ebd68dc259544abc87d4cccf0cb
tree9ea1e3f24e0c69a343d4dc0fe040ea44b2234dda
parentc2bffba3ee2c8f67863d2714c8d11acaec39632f
ovsdb-tool: Make "query" and "transact" commands work properly.

These were passing O_RDONLY or O_RDWR as arguments to a function that
expected "true" or "false", respectively.
ovsdb/ovsdb-tool.c