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

krb5_get_init_creds_keytab/krb5_get_init_creds_password: fixed invalid function signature #1

Merged
merged 1 commit into from
Jul 17, 2018

Conversation

qfire
Copy link

@qfire qfire commented Jul 17, 2018

krb5_get_init_creds_keytab and krb5_get_init_creds_password functions were defined to take k5_gic_options as value where the actual C functions take a pointer.

This patch just fixes the definitions to take a pointer to match the C functions.

@skeleten
Copy link
Owner

Heya! Thanks for the PR. Seems good - I'll merge as soon as the tests finish, merge and push a new version to crates.io right away :)

@skeleten skeleten merged commit bbcbd30 into skeleten:master Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants