From 9f20f4f8088ef19ddd37e59b0bfd640d23af4a1c Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 23 Jan 2007 20:44:06 +0000 Subject: [PATCH] Add const to variable to cleanup warnings git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19108 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/t_cc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.26.2