Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
76782436
Commit
76782436
authored
Feb 05, 1999
by
Kurt Zeilenga
Browse files
Remove ;; typos
parent
1689081e
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldbm/add.c
View file @
76782436
...
@@ -163,7 +163,7 @@ ldbm_back_add(
...
@@ -163,7 +163,7 @@ ldbm_back_add(
0
);
0
);
next_id_return
(
be
,
e
->
e_id
);
next_id_return
(
be
,
e
->
e_id
);
entry_rdwr_unlock
(
e
,
1
);
;
entry_rdwr_unlock
(
e
,
1
);
entry_free
(
e
);
entry_free
(
e
);
send_ldap_result
(
conn
,
op
,
LDAP_ALREADY_EXISTS
,
""
,
""
);
send_ldap_result
(
conn
,
op
,
LDAP_ALREADY_EXISTS
,
""
,
""
);
...
...
servers/slapd/back-ldbm/cache.c
View file @
76782436
...
@@ -84,7 +84,7 @@ cache_return_entry_rw( struct cache *cache, Entry *e, int rw )
...
@@ -84,7 +84,7 @@ cache_return_entry_rw( struct cache *cache, Entry *e, int rw )
/* set cache mutex */
/* set cache mutex */
ldap_pvt_thread_mutex_lock
(
&
cache
->
c_mutex
);
ldap_pvt_thread_mutex_lock
(
&
cache
->
c_mutex
);
entry_rdwr_unlock
(
e
,
rw
);
;
entry_rdwr_unlock
(
e
,
rw
);
if
(
--
e
->
e_refcnt
==
0
&&
e
->
e_state
==
ENTRY_STATE_DELETED
)
{
if
(
--
e
->
e_refcnt
==
0
&&
e
->
e_state
==
ENTRY_STATE_DELETED
)
{
entry_free
(
e
);
entry_free
(
e
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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