Skip to content
Snippets Groups Projects
Verified Commit bb375e67 authored by Alberto Miranda's avatar Alberto Miranda :hotsprings:
Browse files

Fix wrong usage of s_adhoc_ctx instead of s_pfs_ctx in rpc_types.c

parent e4df006b
No related branches found
No related tags found
1 merge request!41Resolve "ADM_pfs_context is not correctly transformed in hg_proc_ADM_storage_t"
Pipeline #3126 passed
......@@ -437,7 +437,7 @@ hg_proc_ADM_storage_t(hg_proc_t proc, void* data) {
break;
case ADM_STORAGE_LUSTRE:
case ADM_STORAGE_GPFS:
ret = hg_proc_ADM_pfs_context_t(proc, &tmp->s_adhoc_ctx);
ret = hg_proc_ADM_pfs_context_t(proc, &tmp->s_pfs_ctx);
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment