1
1

orted/pmix_server_pub: fix packing type in pmix_server_lookup_fn()

and make it match the one used when unpacking in orte_data_server()
Этот коммит содержится в:
Gilles Gouaillardet 2016-06-27 14:37:08 +09:00
родитель dac9201f3b
Коммит 5d32282230

Просмотреть файл

@ -227,7 +227,7 @@ int pmix_server_lookup_fn(opal_process_name_t *proc, char **keys,
}
/* pack the range */
if (OPAL_SUCCESS != (rc = opal_dss.pack(&req->msg, &range, 1, OPAL_INT))) {
if (OPAL_SUCCESS != (rc = opal_dss.pack(&req->msg, &range, 1, OPAL_PMIX_DATA_RANGE))) {
ORTE_ERROR_LOG(rc);
OBJ_RELEASE(req);
return rc;