mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
remove lint
This commit is contained in:
parent
e6627e93d0
commit
4f48237d22
2 changed files with 1 additions and 4 deletions
|
|
@ -308,7 +308,6 @@ whoami_extop (
|
|||
const char ** text,
|
||||
BerVarray * refs )
|
||||
{
|
||||
int rc;
|
||||
struct berval *bv;
|
||||
|
||||
if ( reqdata != NULL ) {
|
||||
|
|
|
|||
|
|
@ -1126,7 +1126,6 @@ vrFilter_free( ValuesReturnFilter *f )
|
|||
void
|
||||
vrFilter2bv( ValuesReturnFilter *f, struct berval *fstr )
|
||||
{
|
||||
int i;
|
||||
ValuesReturnFilter *p;
|
||||
struct berval tmp;
|
||||
ber_len_t len;
|
||||
|
|
@ -1159,8 +1158,6 @@ vrFilter2bv( ValuesReturnFilter *f, struct berval *fstr )
|
|||
static void
|
||||
simple_vrFilter2bv( ValuesReturnFilter *f, struct berval *fstr )
|
||||
{
|
||||
int i;
|
||||
ValuesReturnFilter *p;
|
||||
struct berval tmp;
|
||||
ber_len_t len;
|
||||
|
||||
|
|
@ -1249,6 +1246,7 @@ simple_vrFilter2bv( ValuesReturnFilter *f, struct berval *fstr )
|
|||
}
|
||||
|
||||
if ( f->f_sub_any != NULL ) {
|
||||
int i;
|
||||
for ( i = 0; f->f_sub_any[i].bv_val != NULL; i++ ) {
|
||||
len = fstr->bv_len;
|
||||
filter_escape_value( &f->f_sub_any[i], &tmp );
|
||||
|
|
|
|||
Loading…
Reference in a new issue