X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize_cache.c;h=21b1f8a18300816fa1b2fc8f08dd65bca2166abc;hb=31babd0a7a0d4ee7091cfb740205ab6fe1c89ae5;hp=862a25851e87852f9a6e0df793e832f5f6b91ca5;hpb=9fc82783ae2b4f497d7554bb7ed718729e2c683a;p=pazpar2-moved-to-github.git diff --git a/src/normalize_cache.c b/src/normalize_cache.c index 862a258..21b1f8a 100644 --- a/src/normalize_cache.c +++ b/src/normalize_cache.c @@ -56,7 +56,7 @@ normalize_cache_t normalize_cache_create(void) } normalize_record_t normalize_cache_get(normalize_cache_t nc, - struct conf_config *conf, + struct conf_service *service, const char *spec) { normalize_record_t nt; @@ -70,7 +70,7 @@ normalize_record_t normalize_cache_get(normalize_cache_t nc, nt = ci->nt; else { - nt = normalize_record_create(conf, spec); + nt = normalize_record_create(service, spec); if (nt) { ci = nmem_malloc(nc->nmem, sizeof(*ci));