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:30:26 +0000 (21:30 -0700)
commit71fceeb0dac5d08daab53a9060cb10324b1abc0c
tree921321abbf4bdb811a157af4709ca66e4b4513b9
parent66980be97d99fa80de77e495bd0b7b4ad5079148
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