mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
add const
This commit is contained in:
parent
5657b6ec4e
commit
a4c9c2c06e
1 changed files with 1 additions and 1 deletions
|
|
@ -1488,7 +1488,7 @@ aci_group_member (
|
|||
char *grpat;
|
||||
ObjectClass *grp_oc = NULL;
|
||||
AttributeDescription *grp_ad = NULL;
|
||||
char *text;
|
||||
const char *text;
|
||||
int rc;
|
||||
|
||||
/* format of string is "group/objectClassValue/groupAttrName" */
|
||||
|
|
|
|||
Loading…
Reference in a new issue