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:44:16 +0000 (21:44 -0700)
commit2b4ee5c418729f0b25e7127f4e2c311de55fd047
treec5b3b350979422ccf4e52df7ad59943a1c7acb45
parent205f4f9b972cd3cb71d2ec5bade2e3fe3cc15629
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