conf_get_fname takes conf_config as arg
[pazpar2-moved-to-github.git] / src / session.c
index 4653238..6327ba9 100644 (file)
@@ -359,7 +359,7 @@ static int prepare_map(struct session *se, struct session_database *sdb)
             }
         }
         sdb->map = normalize_cache_get(se->normalize_cache,
-                                       se->service, s);
+                                       se->service->server->config, s);
         if (!sdb->map)
             return -1;
     }