Re: [ovs-dev] [PATCH] ovsdb-client: Fix recently introduced svec_sort() bug.

2013-05-06 Thread Justin Pettit
On May 6, 2013, at 9:42 PM, Ben Pfaff wrote: > On Mon, May 06, 2013 at 09:33:26PM -0700, Justin Pettit wrote: >> 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

Re: [ovs-dev] [PATCH] ovsdb-client: Fix recently introduced svec_sort() bug.

2013-05-06 Thread Ben Pfaff
On Mon, May 06, 2013 at 09:33:26PM -0700, Justin Pettit wrote: > 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 Thanks, "m

[ovs-dev] [PATCH] ovsdb-client: Fix recently introduced svec_sort() bug.

2013-05-06 Thread Justin Pettit
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 --- ovsdb/ovsdb-client.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-