diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2007-01-23 20:44:06 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2007-01-23 20:44:06 +0000 |
| commit | 9f20f4f8088ef19ddd37e59b0bfd640d23af4a1c (patch) | |
| tree | 63d208e8b88ff0834fe199f176bfb53d46b838f0 /src/lib | |
| parent | d32d1991119ec6a86f74499d6c98aa1c83679b0e (diff) | |
Add const to variable to cleanup warnings
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19108 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/ccache/t_cc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
