mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
clarify auxprop_store member type
This commit is contained in:
parent
51f1b8ccd7
commit
e30a736354
@ -581,7 +581,8 @@ static sasl_auxprop_plug_t slap_auxprop_plugin = {
|
||||
NULL, /* auxprop_free */
|
||||
slap_auxprop_lookup,
|
||||
"slapd", /* name */
|
||||
slap_auxprop_store
|
||||
slap_auxprop_store /* the declaration of this member changed
|
||||
* in cyrus SASL from 2.1.15 to 2.1.16 */
|
||||
};
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user