diff options
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"); |
