mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
Fix declaration of sudo_krb5_verify() in the case where krb5_verify_user()
is not present. Bug #777
This commit is contained in:
parent
453360666c
commit
b63df21ba5
@ -197,7 +197,7 @@ sudo_krb5_verify(struct passwd *pw, char *pass, sudo_auth *auth, struct sudo_con
|
||||
}
|
||||
#else
|
||||
int
|
||||
sudo_krb5_verify(struct passwd *pw, char *pass, sudo_auth *auth)
|
||||
sudo_krb5_verify(struct passwd *pw, char *pass, sudo_auth *auth, struct sudo_conv_callback *callback)
|
||||
{
|
||||
krb5_context sudo_context;
|
||||
krb5_principal princ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user