X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=blobdiff_plain;f=src%2Fnormalize_cache.c;h=3ae9124488de675cb4736fd3b632a7484d80dc67;hp=862a25851e87852f9a6e0df793e832f5f6b91ca5;hb=HEAD;hpb=6ff7cb53029747ad6ac60fde903630ea063b5218 diff --git a/src/normalize_cache.c b/src/normalize_cache.c index 862a258..3ae9124 100644 --- a/src/normalize_cache.c +++ b/src/normalize_cache.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2011 Index Data + Copyright (C) Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -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));