Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prov/rxm : Corrected rxm to return an existing MR key in its MR Map. #10371

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 11, 2024

  1. prov/rxm : Corrected rxm to return an existing MR key in its MR Map.

    if an key/item already exists in its MR map rxm returns an error instead of
    reflecting the behaviour of the underlying core provider viz returning a key.
    This patch corrects the behaviour by returning a success to make sure it is
    consistent with the core provider's behaviour.
    
    Signed-off-by: Nikhil Nanal <[email protected]>
    nikhilnanal authored and nikhil.nanal committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    66437ed View commit details
    Browse the repository at this point in the history