mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
ITS#7998 silence warning
This commit is contained in:
parent
f05a39268d
commit
62818acd0a
1 changed files with 1 additions and 2 deletions
|
|
@ -139,9 +139,8 @@ noopsrch_response( Operation *op, SlapReply *rs )
|
|||
ctrlsp[0] = ctrl;
|
||||
ctrlsp[1] = NULL;
|
||||
slap_add_ctrls( op, rs, ctrlsp );
|
||||
|
||||
return SLAP_CB_CONTINUE;
|
||||
}
|
||||
return SLAP_CB_CONTINUE;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue