X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize_cache.c;h=e99f576682a5223e721e4900764778d9e814ae10;hb=refs%2Fheads%2Fbranch-1.4.4;hp=ee10186a01405e81502a45c32772e11a6b222199;hpb=2cfd7518dc740c913602ea8306ec8f27509b00d4;p=pazpar2-moved-to-github.git diff --git a/src/normalize_cache.c b/src/normalize_cache.c index ee10186..e99f576 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_service *service, + struct conf_config *conf, 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(service, spec); + nt = normalize_record_create(conf, spec); if (nt) { ci = nmem_malloc(nc->nmem, sizeof(*ci));