Skip to content

Commit

Permalink
DAOS-6731 sdl: Fix coverity defect in CaRT IV server test (#4793)
Browse files Browse the repository at this point in the history
Fixes unused value defect in cart iv server functional test.

Signed-off-by: Sydney Vanda <sydney.m.vanda@intel.com>
  • Loading branch information
sydneyvanda committed Mar 5, 2021
1 parent 87ef0a6 commit e318af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/ftest/cart/iv_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@ fetch_done(crt_iv_namespace_t ivns, uint32_t class_id,
if (keys_equal(iv_key, &entry->key) == true) {
rc = crt_bulk_create(g_main_ctx, &entry->value,
perms, &bulk_hdl);
assert(rc == 0);
found = true;
break;
}
Expand Down

0 comments on commit e318af2

Please sign in to comment.