From: Todd C. Miller Date: Mon, 22 Mar 2004 18:35:09 +0000 (+0000) Subject: krb5_mcc_ops should be const; Johnny C. Lam X-Git-Tag: SUDO_1_6_8~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=631cbc285786fa2b906445a425b6ac1aef9dc306;p=sudo krb5_mcc_ops should be const; Johnny C. Lam --- diff --git a/auth/kerb5.c b/auth/kerb5.c index 95f6f6af1..2f444b192 100644 --- a/auth/kerb5.c +++ b/auth/kerb5.c @@ -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)