summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/ccapi
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/ccache/ccapi')
-rw-r--r--src/lib/krb5/ccache/ccapi/stdcc_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/ccapi/stdcc_util.c b/src/lib/krb5/ccache/ccapi/stdcc_util.c
index 549ad6a54..7acb60380 100644
--- a/src/lib/krb5/ccache/ccapi/stdcc_util.c
+++ b/src/lib/krb5/ccache/ccapi/stdcc_util.c
@@ -454,7 +454,7 @@ static void deep_free_cc_data (cc_data data) {
static void deep_free_cc_data_array (cc_data** data) {
- cc_uint32 index;
+ unsigned int index;
if (data == NULL)
return;
@@ -507,4 +507,4 @@ cc_int32 krb5_free_cc_cred_union (cred_union** creds) {
}
return CC_NOERROR;
-} \ No newline at end of file
+}