projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d32d199
)
Add const to variable to cleanup warnings
author
Ezra Peisach
<epeisach@mit.edu>
Tue, 23 Jan 2007 20:44:06 +0000
(20:44 +0000)
committer
Ezra 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
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/t_cc.c
b/src/lib/krb5/ccache/t_cc.c
index 3f260cdb2b5ad1d28fd326ea7170aa4c5f1cb95e..a59d41f21b385d3d58fc54294b401819d264e896 100644
(file)
--- 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");