mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
silence warning
This commit is contained in:
parent
b7a9a4a65f
commit
7c15998121
@ -3500,7 +3500,7 @@ config_updatedn(ConfigArgs *c) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
config_shadow( ConfigArgs *c, int flag )
|
config_shadow( ConfigArgs *c, slap_mask_t flag )
|
||||||
{
|
{
|
||||||
char *notallowed = NULL;
|
char *notallowed = NULL;
|
||||||
|
|
||||||
|
@ -197,7 +197,7 @@ Entry * config_build_entry( Operation *op, SlapReply *rs, CfEntryInfo *parent,
|
|||||||
ConfigArgs *c, struct berval *rdn, ConfigOCs *main, ConfigOCs *extra );
|
ConfigArgs *c, struct berval *rdn, ConfigOCs *main, ConfigOCs *extra );
|
||||||
|
|
||||||
Listener *config_check_my_url(const char *url, LDAPURLDesc *lud);
|
Listener *config_check_my_url(const char *url, LDAPURLDesc *lud);
|
||||||
int config_shadow( ConfigArgs *c, int flag );
|
int config_shadow( ConfigArgs *c, slap_mask_t flag );
|
||||||
#define config_slurp_shadow(c) config_shadow((c), SLAP_DBFLAG_SLURP_SHADOW)
|
#define config_slurp_shadow(c) config_shadow((c), SLAP_DBFLAG_SLURP_SHADOW)
|
||||||
#define config_sync_shadow(c) config_shadow((c), SLAP_DBFLAG_SYNC_SHADOW)
|
#define config_sync_shadow(c) config_shadow((c), SLAP_DBFLAG_SYNC_SHADOW)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user