mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
very bad typo.
This commit is contained in:
parent
a9fff6ae9d
commit
1c0b433a25
@ -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 New Issue
Block a user