very bad typo.

This commit is contained in:
Kurt Zeilenga 1998-10-23 21:49:03 +00:00
parent a9fff6ae9d
commit 1c0b433a25

View File

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