mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
remove lint (ITS#4878)
This commit is contained in:
parent
71c93265e2
commit
9be22e18bf
3 changed files with 2 additions and 4 deletions
|
|
@ -583,7 +583,7 @@ test_ava_filter(
|
|||
|
||||
if ( ava->aa_desc == slap_schema.si_ad_entryDN ) {
|
||||
MatchingRule *mr;
|
||||
int rc, match;
|
||||
int match;
|
||||
const char *text;
|
||||
|
||||
if( type != LDAP_FILTER_EQUALITY &&
|
||||
|
|
|
|||
|
|
@ -502,7 +502,6 @@ limits_parse(
|
|||
ad.bv_val = strchr( oc.bv_val, '/' );
|
||||
if ( ad.bv_val != NULL ) {
|
||||
const char *text = NULL;
|
||||
int rc;
|
||||
|
||||
oc.bv_len = ad.bv_val - oc.bv_val;
|
||||
|
||||
|
|
@ -533,7 +532,6 @@ no_oc:;
|
|||
|
||||
if ( group_ad == NULL ) {
|
||||
const char *text = NULL;
|
||||
int rc;
|
||||
|
||||
rc = slap_str2ad( SLAPD_GROUP_ATTR, &group_ad, &text );
|
||||
|
||||
|
|
|
|||
|
|
@ -695,7 +695,7 @@ int slap_mods_check(
|
|||
|
||||
MatchingRule *mr = ad->ad_type->sat_equality;
|
||||
int istack[sizeof(int)*16];
|
||||
int i,j,k,l,ir,jstack, rc, match, *ix, itmp;
|
||||
int i, j, k, l, ir, jstack, match, *ix, itmp;
|
||||
struct berval a, *cv;
|
||||
|
||||
/* If PRESERVE_ORDER is defined only the index array is sorted; the
|
||||
|
|
|
|||
Loading…
Reference in a new issue