Skip to content
Snippets Groups Projects
Commit 21cb9a1c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix LDBM_SYNC typo

parent 3f1b9748
Branches
Tags
No related merge requests found
......@@ -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 ); */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment