X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Flogic.c;h=52868ec6529d612010585e4125ee01e47a2ecdf6;hb=2819110732a5e3cdc6de71333977ff39d7cf8bf3;hp=1824fe99512429a1a633ddf6d05b0592a852dcc9;hpb=3be7a08fd3a1c24945c92bd4b5b0d442eb6d6652;p=pazpar2-moved-to-github.git diff --git a/src/logic.c b/src/logic.c index 1824fe9..52868ec 100644 --- a/src/logic.c +++ b/src/logic.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2008 Index Data + Copyright (C) 2006-2009 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 @@ -1089,12 +1089,6 @@ struct record *ingest_record(struct client *cl, const char *rec, // and polulate with data: // assign cluster or record based on merge action - if (ser_md->merge == Metadata_merge_no) - { - while (*wheretoput) - wheretoput = &(*wheretoput)->next; - *wheretoput = rec_md; - } if (ser_md->merge == Metadata_merge_unique) { struct record_metadata *mnode;