mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Remove lint
This commit is contained in:
parent
6a02dd9d92
commit
f5d1a15fec
@ -60,7 +60,6 @@ slapadd( int argc, char **argv )
|
||||
Operation *op;
|
||||
|
||||
int match;
|
||||
int ret;
|
||||
int checkvals;
|
||||
int lineno, nextline;
|
||||
int lmax;
|
||||
|
@ -1801,7 +1801,6 @@ syncrepl_entry(
|
||||
slap_callback cb = { NULL, NULL, NULL, NULL };
|
||||
struct berval *syncuuid_bv = NULL;
|
||||
struct berval syncUUID_strrep = BER_BVNULL;
|
||||
struct berval uuid_bv = BER_BVNULL;
|
||||
|
||||
SlapReply rs_search = {REP_RESULT};
|
||||
SlapReply rs_delete = {REP_RESULT};
|
||||
@ -2815,7 +2814,7 @@ dn_callback(
|
||||
if ( dni->new_entry ) {
|
||||
Modifications **modtail, **ml;
|
||||
Attribute *old, *new;
|
||||
int i, is_ctx;
|
||||
int is_ctx;
|
||||
|
||||
is_ctx = dn_match( &rs->sr_entry->e_nname,
|
||||
&op->o_bd->be_nsuffix[0] );
|
||||
|
Loading…
Reference in New Issue
Block a user