When a caller imports expired credentials, we aim to actually renew them if we can. However due to incorrect checks and not clearing of the maj_err variable after checks we end up returning an error instead.
https://pagure.io/gssproxy/issue/170
rebased
Looks good to me. However, it is missing your "Signed-off-by:" which we currently require (and that I cannot add). Also, I think pagure will take "Resolves: #170" as the syntax for closing an issue from a commit.
Fixed, sorry about the signed-off-by
Pushed to master as dc462321226f59ceaab0d3db47446a694a8ecba2
Pull-Request has been closed by rharwood
When a caller imports expired credentials, we aim to actually renew them
if we can. However due to incorrect checks and not clearing of the
maj_err variable after checks we end up returning an error instead.
https://pagure.io/gssproxy/issue/170