mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Remove lint
This commit is contained in:
parent
968495835a
commit
fad62c5d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ ldap_send_entry(
|
|||
BerElement *ber = NULL;
|
||||
Attribute *attr, **attrp;
|
||||
struct berval *dummy = NULL;
|
||||
char *text;
|
||||
const char *text;
|
||||
|
||||
ent.e_dn = ldap_get_dn(lc->ld, e);
|
||||
ent.e_ndn = ch_strdup( ent.e_dn);
|
||||
|
|
|
|||
Loading…
Reference in a new issue