Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
1c0b433a
Commit
1c0b433a
authored
Oct 23, 1998
by
Kurt Zeilenga
Browse files
very bad typo.
parent
a9fff6ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldbm/id2entry.c
View file @
1c0b433a
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment