X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fsettings.c;h=e6b7c3a9dc5ee1d578a1fc91da1e121dea9b8df1;hb=315af5c601a268e2d0da60477c3470a6c12654c9;hp=dcc5996d250258522470329d1c0ca19cf4cfae4b;hpb=d4a586c8ac2f25be7b77feb30fa7cef186afc5ca;p=pazpar2-moved-to-github.git diff --git a/src/settings.c b/src/settings.c index dcc5996..e6b7c3a 100644 --- a/src/settings.c +++ b/src/settings.c @@ -1,4 +1,4 @@ -/* $Id: settings.c,v 1.18 2007-04-22 15:07:10 adam Exp $ +/* $Id: settings.c,v 1.19 2007-04-23 08:15:22 marc Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -264,10 +264,8 @@ static void prepare_dictionary(struct setting *set) return; if (!strncmp(set->name, "pz:", 3)) // Probably a typo in config fle - { yaz_log(YLOG_FATAL, "Unknown pz: setting '%s'", set->name); - exit(1); - } + // Create a new dictionary entry // Grow dictionary if necessary if (!dictionary->size)