ovsdb: Fix result object for "declare" operation.
authorBen Pfaff <blp@nicira.com>
Thu, 4 Feb 2010 22:34:01 +0000 (14:34 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 8 Feb 2010 22:16:18 +0000 (14:16 -0800)
commitf89d8180056ed6c217f075f0130a26d4b64bc70c
tree4d8507423803b27e52a994d2f4595ade52a52c56
parent0c9953afc3b5b9f796e3fd3e3d18203f0a8cdbff
ovsdb: Fix result object for "declare" operation.

The "declare" operation is specified to return a <uuid>, e.g.:
["uuid", "7b703002-f7b6-45c6-bfd6-7619b21a1a5f"]
It was actually just returning the second part, e.g.
"7b703002-f7b6-45c6-bfd6-7619b21a1a5f"

This commit makes the result match the specification.
ovsdb/execution.c
tests/ovsdb-idl.at