mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Silence "unused variable" warning
This commit is contained in:
parent
7ab3d2c245
commit
8dddff803e
@ -30,7 +30,7 @@ perl_back_compare(
|
||||
SlapReply *rs )
|
||||
{
|
||||
int count;
|
||||
char *avastr, *ptr;
|
||||
char *avastr;
|
||||
|
||||
PerlBackend *perl_back = (PerlBackend *)op->o_bd->be_private;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user