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:
@@ -823,7 +823,7 @@ loop(krb5_context context,
|
|||||||
krb5_kdc_configuration *config)
|
krb5_kdc_configuration *config)
|
||||||
{
|
{
|
||||||
struct descr *d;
|
struct descr *d;
|
||||||
int ndescr;
|
unsigned int ndescr;
|
||||||
|
|
||||||
ndescr = init_sockets(context, config, &d);
|
ndescr = init_sockets(context, config, &d);
|
||||||
if(ndescr <= 0)
|
if(ndescr <= 0)
|
||||||
|
Reference in New Issue
Block a user