Skip to content

Commit

Permalink
DAOS-15056 rebuild: fix typo
Browse files Browse the repository at this point in the history
address review from wangshilong

Features: rebuild
Required-githooks: true
Signed-off-by: Di Wang <[email protected]>
  • Loading branch information
Di Wang committed Feb 23, 2024
1 parent 37d72f8 commit 52bf862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebuild/srv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2523,11 +2523,11 @@ rebuild_tgt_prepare(crt_rpc_t *rpc, struct rebuild_tgt_pool_tracker **p_rpt)
out:
if (rc) {
if (rpt) {
rpt_put(rpt);
if (!d_list_empty(&rpt->rt_list)) {
d_list_del_init(&rpt->rt_list);
rpt_put(rpt);
}
rpt_put(rpt);
}
ds_pool_put(pool);
}
Expand Down

0 comments on commit 52bf862

Please sign in to comment.