From: Dennis Schafroth Date: Fri, 3 Sep 2010 11:34:48 +0000 (+0200) Subject: Fix renamed session function X-Git-Tag: v1.5.0~19 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=ed4485f9293810a599c313635e9eadc78742aa9a;p=pazpar2-moved-to-github.git Fix renamed session function --- diff --git a/src/http_command.c b/src/http_command.c index 198e816..567037f 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -936,7 +936,7 @@ static void cmd_show(struct http_channel *c) if (block) { - if (!strcmp(block, "preferred") && !session_preferred_clients_ready(s->psession)) { + if (!strcmp(block, "preferred") && !session_is_preferred_clients_ready(s->psession)) { // if there is already a watch/block. we do not block this one if (session_set_watch(s->psession, SESSION_WATCH_SHOW_PREF, show_records_ready, c, c) != 0)