Brief, non-merged elements only in location part (not main part).
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 10 Nov 2008 14:38:57 +0000 (15:38 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 10 Nov 2008 14:38:57 +0000 (15:38 +0100)
src/logic.c

index 4239171..9768671 100644 (file)
@@ -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;