From: Ezra Peisach Date: Tue, 23 Jan 2007 20:44:06 +0000 (+0000) Subject: Add const to variable to cleanup warnings X-Git-Tag: krb5-1.7-alpha1~1317 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f20f4f8088ef19ddd37e59b0bfd640d23af4a1c;p=krb5.git Add const to variable to cleanup warnings git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19108 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ccache/t_cc.c b/src/lib/krb5/ccache/t_cc.c index 3f260cdb2..a59d41f21 100644 --- a/src/lib/krb5/ccache/t_cc.c +++ b/src/lib/krb5/ccache/t_cc.c @@ -254,7 +254,7 @@ static void test_misc(krb5_context context) /* Tests for certain error returns */ krb5_error_code kret; krb5_ccache id; - krb5_cc_ops *ops_save; + const krb5_cc_ops *ops_save; fprintf(stderr, "Testing miscellaneous error conditions\n");