mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
very bad typo.
This commit is contained in:
parent
a9fff6ae9d
commit
1c0b433a25
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ id2entry_add( Backend *be, Entry *e )
|
|||
|
||||
/* store it */
|
||||
flags = LDBM_REPLACE;
|
||||
if ( li->li_flush_wrt ) flags != LDBM_SYNC;
|
||||
if ( li->li_flush_wrt ) flags |= LDBM_SYNC;
|
||||
rc = ldbm_cache_store( db, key, data, flags );
|
||||
|
||||
pthread_mutex_unlock( &entry2str_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue