Remove lint

This commit is contained in:
Kurt Zeilenga 2000-06-08 18:36:37 +00:00
parent 968495835a
commit fad62c5d1d

View File

@ -145,7 +145,7 @@ ldap_send_entry(
BerElement *ber = NULL; BerElement *ber = NULL;
Attribute *attr, **attrp; Attribute *attr, **attrp;
struct berval *dummy = NULL; struct berval *dummy = NULL;
char *text; const char *text;
ent.e_dn = ldap_get_dn(lc->ld, e); ent.e_dn = ldap_get_dn(lc->ld, e);
ent.e_ndn = ch_strdup( ent.e_dn); ent.e_ndn = ch_strdup( ent.e_dn);