ovsdb: Fix use of non-array for JSON-RPC parameters.
authorBen Pfaff <blp@nicira.com>
Fri, 13 Nov 2009 23:05:19 +0000 (15:05 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 16 Nov 2009 17:20:40 +0000 (09:20 -0800)
commit6e79e2104c95e005e81a070053a3dc99a2bfde09
treed7119c6c69fa97f98405eb52d4e2511c3227c432
parent124f9671b7c1bfed36836a98723f565bb55a116a
ovsdb: Fix use of non-array for JSON-RPC parameters.

JSON-RPC requires that "params" be an array, but we weren't observing this
properly in the ovsdb specifications or code.

Thanks to Jeremy Stribling for pointing out the problem.
ovsdb/SPECS
ovsdb/jsonrpc-server.c