Fix LDBM_SYNC typo

This commit is contained in:
Kurt Zeilenga 1998-11-07 17:14:35 +00:00
parent 3f1b97481c
commit 21cb9a1c5d

View file

@ -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 ); */