mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-21 14:25:24 -05:00
silence warning
This commit is contained in:
parent
b7a9a4a65f
commit
7c15998121
2 changed files with 2 additions and 2 deletions
|
|
@ -3500,7 +3500,7 @@ config_updatedn(ConfigArgs *c) {
|
|||
}
|
||||
|
||||
int
|
||||
config_shadow( ConfigArgs *c, int flag )
|
||||
config_shadow( ConfigArgs *c, slap_mask_t flag )
|
||||
{
|
||||
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 );
|
||||
|
||||
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_sync_shadow(c) config_shadow((c), SLAP_DBFLAG_SYNC_SHADOW)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue