silence warning

This commit is contained in:
Pierangelo Masarati 2009-08-17 23:02:50 +00:00
parent b7a9a4a65f
commit 7c15998121
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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)