2
0
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:
Todd C. Miller
2004-03-22 18:35:09 +00:00
parent 42cfd56127
commit 631cbc2857

View File

@@ -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)