Skip to content

Commit

Permalink
DAOS-13781 dfuse: Remove a pointless assignment. (#12468)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
  • Loading branch information
ashleypittman committed Jun 29, 2023
1 parent 776249a commit c991623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/dfuse/dfuse_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ dfuse_cont_open_by_label(struct dfuse_projection_info *fs_handle, struct dfuse_p
DFUSE_TRA_INFO(dfc,
"Using default caching values");
dfuse_set_default_cont_cache_values(dfc);
rc = 0;
} else if (rc != 0) {
D_GOTO(err_close, rc);
}
Expand Down

0 comments on commit c991623

Please sign in to comment.