Use unsigned where appropriate.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22877 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-07 18:50:56 +00:00
parent 523675b99b
commit 10df17bf54

View File

@@ -823,7 +823,7 @@ loop(krb5_context context,
krb5_kdc_configuration *config)
{
struct descr *d;
int ndescr;
unsigned int ndescr;
ndescr = init_sockets(context, config, &d);
if(ndescr <= 0)