projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45ea954
)
Brief, non-merged elements only in location part (not main part).
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 10 Nov 2008 14:38:57 +0000
(15:38 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 10 Nov 2008 14:38:57 +0000
(15:38 +0100)
src/logic.c
patch
|
blob
|
history
diff --git
a/src/logic.c
b/src/logic.c
index
4239171
..
9768671
100644
(file)
--- 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;