update array_g2l usage with DAOS API change

Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@intel.com>
master
Mohamad Chaarawi 2019-06-17 20:38:02 +00:00
parent af1aa627eb
commit 915283bae8
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ HandleDistribute(daos_handle_t *handle, enum handleType type)
else if (type == CONT_HANDLE)
rc = daos_cont_global2local(poh, global, handle);
else
rc = daos_array_global2local(coh, global, handle);
rc = daos_array_global2local(coh, global, 0, handle);
DCHECK(rc, "Failed to get local handle");
}