#731 closed defect (fixed)
psMetadataCopy uses the wrong flag for multi entries
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | types | Version: | 0.10.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
for psMetadataCopy in psMetadata.c:372
the flag for multi entries needs to be PS_META_DUPLCATE_OK (specifiying that the
copied entries are allowed to be duplicated) not PS_DATA_META_MULTI. I've fixed
this in the rel10_ifa branch.
Note:
See TracTickets
for help on using tickets.

This was fixed by EAM.