mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Fix LDBM_SYNC typo
This commit is contained in:
parent
3f1b97481c
commit
21cb9a1c5d
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ idl_store(
|
|||
#endif
|
||||
|
||||
flags = LDBM_REPLACE;
|
||||
if( li->li_dbcachewsync ) flags = LDBM_SYNC;
|
||||
if( li->li_dbcachewsync ) flags |= LDBM_SYNC;
|
||||
rc = ldbm_cache_store( db, key, data, flags );
|
||||
|
||||
/* Debug( LDAP_DEBUG_TRACE, "<= idl_store %d\n", rc, 0, 0 ); */
|
||||
|
|
|
|||
Loading…
Reference in a new issue