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

Fix compilation warning #6895

Closed
wants to merge 1 commit into from

Conversation

alexey-tikhonov
Copy link
Member

  ../src/responder/pam/pamsrv_cmd.c: In function ‘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.

```
  ../src/responder/pam/pamsrv_cmd.c: In function ‘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.
Copy link
Contributor

@justin-stephenson justin-stephenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, thanks for taking care of it.

@alexey-tikhonov
Copy link
Member Author

Pushed PR: #6895

  • master
    • 8079d93 - Fix compilation warning ../src/responder/pam/pamsrv_cmd.c: In function ‘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.
  • sssd-2-9
    • 78fba72 - Fix compilation warning ../src/responder/pam/pamsrv_cmd.c: In function ‘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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants