X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fhttp_command.c;h=8887e91e3dc2323561dc582ed604590cfac559a7;hb=61a9c0fc574244c16e5a6bd44e796549de0bd559;hp=c752b53fdce4b93a34a57fd40d4322a19a6c25b1;hpb=619f9d10a87b5e87ec2e49b42582000a0a9c88c4;p=pazpar2-moved-to-github.git 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);