mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-04 16:25:25 +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 };
|
} sudo_krb5_data = { NULL, NULL, NULL };
|
||||||
typedef struct _sudo_krb5_data *sudo_krb5_datap;
|
typedef struct _sudo_krb5_data *sudo_krb5_datap;
|
||||||
|
|
||||||
extern krb5_cc_ops krb5_mcc_ops;
|
extern const krb5_cc_ops krb5_mcc_ops;
|
||||||
|
|
||||||
int
|
int
|
||||||
kerb5_init(pw, promptp, auth)
|
kerb5_init(pw, promptp, auth)
|
||||||
|
Reference in New Issue
Block a user