From 61a9c0fc574244c16e5a6bd44e796549de0bd559 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 3 Oct 2012 16:26:22 +0200 Subject: [PATCH] Using reclist_sortparm structure to pass sort parameters --- src/http_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http_command.c b/src/http_command.c index c752b53..8887e91 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -1205,7 +1205,7 @@ static void cmd_show(struct http_channel *c) release_session(c, s); return; } - session_sort(s->psession, sp->name, sp->increasing, sp->type == Metadata_sortkey_position); + session_sort(s->psession, sp); status = session_active_clients(s->psession); -- 1.7.10.4