Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation warning ``` ../src/responder/pam/pamsrv_cmd.c: In fun…
…ction ‘pam_reply’: ../src/responder/pam/pamsrv_cmd.c:1188:10: warning: unused variable ‘pk_preauth_done’ [-Wunused-variable] 1188 | bool pk_preauth_done = false; ``` in case SSSD is built without 'passkey' support. Reviewed-by: Justin Stephenson <[email protected]>
- Loading branch information