Skip to content

Refactor backend return code - #8862

Open
justin-stephenson wants to merge 19 commits into
SSSD:masterfrom
justin-stephenson:refactor_backend_return_code_master_2
Open

Refactor backend return code#8862
justin-stephenson wants to merge 19 commits into
SSSD:masterfrom
justin-stephenson:refactor_backend_return_code_master_2

cmocka: Remove two unused functions

9f1cdfc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 30, 2026 in 7s

7 new alerts

New alerts in code changed by this pull request

  • 7 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 613 in src/providers/idp/idp_id.c

See this annotation in the file changed.

Code scanning / CodeQL

Comparison result is always the same Warning

Comparison is always true because ret >= 12.

Check warning on line 52 in src/providers/idp/idp_online_check.c

See this annotation in the file changed.

Code scanning / CodeQL

Comparison result is always the same Warning

Comparison is always true because ret >= 95.

Check warning on line 82 in src/providers/ipa/ipa_sudo.c

See this annotation in the file changed.

Code scanning / CodeQL

Comparison result is always the same Warning

Comparison is always true because ret >= 12.

Check warning on line 253 in src/providers/ldap/sdap_hostid.c

See this annotation in the file changed.

Code scanning / CodeQL

Comparison result is always the same Warning

Comparison is always true because ret >= 12.

Check warning on line 209 in src/providers/ldap/sdap_online_check.c

See this annotation in the file changed.

Code scanning / CodeQL

Comparison result is always the same Warning

Comparison is always true because ret >= 12.

Check warning on line 85 in src/providers/ldap/sdap_sudo.c

See this annotation in the file changed.

Code scanning / CodeQL

Comparison result is always the same Warning

Comparison is always true because ret >= 12.

Check warning on line 677 in src/responder/sudo/sudosrv_get_sudorules.c

See this annotation in the file changed.

Code scanning / CodeQL

Comparison result is always the same Warning

Comparison is always false because ret <= 0.