summaryrefslogtreecommitdiffstats
path: root/src/H5Odtype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Odtype.c')
-rw-r--r--src/H5Odtype.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/H5Odtype.c b/src/H5Odtype.c
index 02dac26..646a9b1 100644
--- a/src/H5Odtype.c
+++ b/src/H5Odtype.c
@@ -1182,12 +1182,8 @@ H5O_dtype_set_share (H5F_t UNUSED *f, void *_mesg/*in,out*/,
assert (sh);
assert (!sh->in_gh);
- /* Shallow copy the symbol table entry */
- H5G_ent_copy(&(dt->ent),&(sh->u.ent),H5G_COPY_SHALLOW);
-
- /* Reset the names of the copied symbol table entry */
- dt->ent.user_path_r = NULL;
- dt->ent.canon_path_r = NULL;
+ /* NULL copy here, names not appropriate */
+ H5G_ent_copy(&(dt->ent),&(sh->u.ent),H5G_COPY_NULL);
/* Note that the datatype is a named datatype */
dt->shared->state = H5T_STATE_NAMED;