ovsdb-client: Fix recently introduced svec_sort() bug.
authorJustin Pettit <jpettit@nicira.com>
Tue, 7 May 2013 04:30:26 +0000 (21:30 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 7 May 2013 04:47:22 +0000 (21:47 -0700)
commitca7530cdc166e8e5f3ec41f98b2023c55312ea23
treed6ace86f1a781b3b475edf4e315d9aa2d362983d
parentb031b4dd05c0678997cf0ca53bb8ced548de746f
ovsdb-client: Fix recently introduced svec_sort() bug.

Commit 66980be9 (ovsdb-client: Avoid assertion with multiple databases.)
passed in a pointer to an svec pointer, when it should have just been an
svec pointer.  This corrects the bug.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
ovsdb/ovsdb-client.c