mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
krb5_mcc_ops should be const; Johnny C. Lam
This commit is contained in:
@@ -70,7 +70,7 @@ static struct _sudo_krb5_data {
|
||||
} sudo_krb5_data = { NULL, NULL, NULL };
|
||||
typedef struct _sudo_krb5_data *sudo_krb5_datap;
|
||||
|
||||
extern krb5_cc_ops krb5_mcc_ops;
|
||||
extern const krb5_cc_ops krb5_mcc_ops;
|
||||
|
||||
int
|
||||
kerb5_init(pw, promptp, auth)
|
||||
|
Reference in New Issue
Block a user