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:43:34 +0000 (21:43 -0700)
commitb8dddc27796ce9256d3b5ddb1aa2b5f910f543e0
treeae42969b7c4bf9964aef69a440f9d2f15d908b71
parent67e0aea87ad458059d3798a2600e5ee12bd7e150
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