X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Ffilterentry.c;h=f10ff2232d27e5ae99f7ac646719352a61f394cc;hb=c92571680d87dc87cfe533bc3378d00ae3683141;hp=34b8bc784f0643b34a7f48bc06ba85b52fb1e083;hpb=81ecb0b1536785c830a264243c969e03a3858af6;p=openldap diff --git a/servers/slapd/filterentry.c b/servers/slapd/filterentry.c index 34b8bc784f..f10ff2232d 100644 --- a/servers/slapd/filterentry.c +++ b/servers/slapd/filterentry.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2005 The OpenLDAP Foundation. + * Copyright 1998-2006 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -158,7 +158,7 @@ static int test_mra_filter( void *memctx; BER_MEMFREE_FN *memfree; #ifdef LDAP_COMP_MATCH - int i, num_attr_vals; + int i, num_attr_vals = 0; #endif if ( op == NULL ) {