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

Merge branch...

Merge branch 'amiranda/57-adm_pfs_context-is-not-correctly-transformed-in-hg_proc_adm_storage_t' into 'main'

Resolve "ADM_pfs_context is not correctly transformed in hg_proc_ADM_storage_t"

Closes #57

See merge request !41
parents e4df006b bb375e67
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;
            }