Verified Commit bb375e67 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

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

parent e4df006b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
            }