From: Adam Dickmeiss Date: Mon, 10 Nov 2008 14:38:57 +0000 (+0100) Subject: Brief, non-merged elements only in location part (not main part). X-Git-Tag: v1.0.13~6^2~1 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=0af8f955aa45654c26de64601d92dbc5258d5809 Brief, non-merged elements only in location part (not main part). --- diff --git a/src/logic.c b/src/logic.c index 4239171..9768671 100644 --- a/src/logic.c +++ b/src/logic.c @@ -1238,12 +1238,6 @@ struct record *ingest_record(struct client *cl, Z_External *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;