Fix contributewd by Roland Dowdeswell for 64-bit bug in name canon patches

This commit is contained in:
Nicolas Williams
2011-10-27 17:33:02 -05:00
parent 0b6639dcce
commit c433fefb23

View File

@@ -1477,8 +1477,8 @@ parse_name_canon_rules(krb5_context context, char **rulestrs,
char *tok;
char *cp;
char **cpp;
unsigned int n = 0;
unsigned int i, k;
size_t n = 0;
size_t i, k;
krb5_name_canon_rule r;
for (cpp = rulestrs; *cpp; cpp++)