Rename func termlist->get_termlist_score
[pazpar2-moved-to-github.git] / src / http_command.c
index e171cc9..90b6cd6 100644 (file)
@@ -582,7 +582,7 @@ static void cmd_termlist(struct http_channel *c)
         }
         else
         {
-            p = termlist(s->psession, tname, &len);
+            p = get_termlist_score(s->psession, tname, &len);
             if (p && len)
                 wrbuf_printf(debug_log, " %s: %d", tname, len);
             if (p) {