Add const to variable to cleanup warnings
authorEzra Peisach <epeisach@mit.edu>
Tue, 23 Jan 2007 20:44:06 +0000 (20:44 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 23 Jan 2007 20:44:06 +0000 (20:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19108 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/t_cc.c

index 3f260cdb2b5ad1d28fd326ea7170aa4c5f1cb95e..a59d41f21b385d3d58fc54294b401819d264e896 100644 (file)
@@ -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");