Use unsigned where appropriate.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22867 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -55,7 +55,7 @@ copy_txt_to_realms (struct resource_record *head,
|
|||||||
krb5_realm **realms)
|
krb5_realm **realms)
|
||||||
{
|
{
|
||||||
struct resource_record *rr;
|
struct resource_record *rr;
|
||||||
int n, i;
|
unsigned int n, i;
|
||||||
|
|
||||||
for(n = 0, rr = head; rr; rr = rr->next)
|
for(n = 0, rr = head; rr; rr = rr->next)
|
||||||
if (rr->type == T_TXT)
|
if (rr->type == T_TXT)
|
||||||
|
Reference in New Issue
Block a user