mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
my compiler complains ...
This commit is contained in:
parent
c962743263
commit
7d12cbe341
1 changed files with 1 additions and 1 deletions
|
|
@ -624,7 +624,7 @@ send_search_entry(
|
|||
)
|
||||
{
|
||||
char berbuf[256];
|
||||
BerElement *ber = (BerElement *)berbuf;;
|
||||
BerElement *ber = (BerElement *)berbuf;
|
||||
Attribute *a, *aa;
|
||||
int i, rc=-1, bytes;
|
||||
char *edn;
|
||||
|
|
|
|||
Loading…
Reference in a new issue