#1848 unused parameter in ipa_selinux handler
Closed: Fixed Opened by jhrozek.

Found by Coverity:

1280void ipa_selinux_handler(struct be_req *be_req)
1281{
CID 13156: Unused pointer value (UNUSED_VALUE)Pointer "be_ctx" returned by "be_req_get_be_ctx(be_req)" is never used.
1282    struct be_ctx *be_ctx = be_req_get_be_ctx(be_req);
1283    struct pam_data *pd;

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.10 beta
rhbz: => 0

  • master: 78eba1cdd8e337d07b536afd9d6043482c88208e

resolution: => fixed
status: new => closed

Metadata Update from @jhrozek:
- Issue set to the milestone: SSSD 1.10 beta

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/2890

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata