mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix Debug() format (%x -> %lx) since rev 1.385
This commit is contained in:
parent
69878f43c8
commit
b6f79805be
@ -3519,7 +3519,8 @@ config_shadow( ConfigArgs *c, slap_mask_t flag )
|
||||
if ( SLAP_SHADOW(c->be) ) {
|
||||
/* if already shadow, only check consistency */
|
||||
if ( ( SLAP_DBFLAGS(c->be) & flag ) != flag ) {
|
||||
Debug( LDAP_DEBUG_ANY, "%s: inconsistent shadow flag 0x%x.\n", c->log, flag, 0 );
|
||||
Debug( LDAP_DEBUG_ANY, "%s: inconsistent shadow flag 0x%lx.\n",
|
||||
c->log, flag, 0 );
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user