]> granicus.if.org Git - sudo/commitdiff
krb5_mcc_ops should be const; Johnny C. Lam
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 22 Mar 2004 18:35:09 +0000 (18:35 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 22 Mar 2004 18:35:09 +0000 (18:35 +0000)
auth/kerb5.c

index 95f6f6af11e0cf7a2c366d9eea81d1f84d798fca..2f444b192c336e4af62cfdf369539c42347de8fb 100644 (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)