mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix last commit
This commit is contained in:
parent
0f867b9577
commit
2095a7bc51
@ -2184,13 +2184,13 @@ read_config( const char *fname, int depth )
|
||||
}
|
||||
if ( strcasecmp( cargv[1], "on" ) == 0 ) {
|
||||
if ( be ) {
|
||||
SLAP_DBFALGS(be) &= ~SLAP_DBFLAG_NOLASTMOD;
|
||||
SLAP_DBFLAGS(be) &= ~SLAP_DBFLAG_NOLASTMOD;
|
||||
} else {
|
||||
lastmod = 1;
|
||||
}
|
||||
} else {
|
||||
if ( be ) {
|
||||
SLAP_DBFALGS(be) |= SLAP_DBFLAG_NOLASTMOD;
|
||||
SLAP_DBFLAGS(be) |= SLAP_DBFLAG_NOLASTMOD;
|
||||
} else {
|
||||
lastmod = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user