We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6ce86 commit f62eeb5Copy full SHA for f62eeb5
1 file changed
src/na/na_ofi.c
@@ -5220,7 +5220,7 @@ na_ofi_domain_open(const struct na_ofi_fabric *na_ofi_fabric,
5220
NA_NOMEM, "Could not allocate auth_key");
5221
memcpy(na_ofi_domain->auth_key, &base_auth_key, sizeof(base_auth_key));
5222
5223
- domain_attr->auth_key = (void *) &base_auth_key;
+ domain_attr->auth_key = (void *) na_ofi_domain->auth_key;
5224
domain_attr->auth_key_size = auth_key_size;
5225
}
5226
0 commit comments