X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Flogic.c;h=96a13ed4d4c6d852ffb247e5fb9885da58533ecb;hb=b485fddaff33e8aa6ee0e8f8c8673a1ef8f786b3;hp=1824fe99512429a1a633ddf6d05b0592a852dcc9;hpb=9eceefc811321b5bc55483573f90c5ca0cb88255;p=pazpar2-moved-to-github.git diff --git a/src/logic.c b/src/logic.c index 1824fe9..96a13ed 100644 --- a/src/logic.c +++ b/src/logic.c @@ -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;