X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fsearch.c;h=be0b283f82df49cb037018088e047ecc8640dc45;hb=7fe91339dfd08d6c4168c8493f5c1f0faca6ba54;hp=25b88053811a5f2e95bd4f3a6b23fc30ef68ce8e;hpb=6845c2510d319bfce88a55c0f8ae4bc3f3339e87;p=openldap diff --git a/servers/slapd/search.c b/servers/slapd/search.c index 25b8805381..be0b283f82 100644 --- a/servers/slapd/search.c +++ b/servers/slapd/search.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2008 The OpenLDAP Foundation. + * Copyright 1998-2009 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -180,7 +180,7 @@ do_search( if ( StatslogTest( LDAP_DEBUG_STATS ) ) { char abuf[BUFSIZ/2], *ptr = abuf; - int len = 0, alen; + unsigned len = 0, alen; sprintf(abuf, "scope=%d deref=%d", op->ors_scope, op->ors_deref); Statslog( LDAP_DEBUG_STATS,