Closed glostis closed 3 years ago
This PR changes the initialization origin of the recursive localization function in rpc.c. See https://github.com/cmla/rpcm/pull/11 for the explanation of that change.
rpc.c
It also depends on the localization-origin branch of rpcm, so it depends on https://github.com/cmla/rpcm/pull/11 being merged.
localization-origin
rpcm
It also contains a minor fix in rpc.c where a fprintf(error) is changed to a proper error in order to crash the code.
fprintf(error)
This PR changes the initialization origin of the recursive localization function in
rpc.c
. See https://github.com/cmla/rpcm/pull/11 for the explanation of that change.It also depends on the
localization-origin
branch ofrpcm
, so it depends on https://github.com/cmla/rpcm/pull/11 being merged.It also contains a minor fix in
rpc.c
where afprintf(error)
is changed to a proper error in order to crash the code.