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
Joe Martin
OpenLDAP
Commits
0965781b
Commit
0965781b
authored
Feb 12, 2008
by
Howard Chu
Browse files
Sync with HEAD
parent
c25f22f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
0965781b
...
...
@@ -1158,7 +1158,9 @@ do_syncrepl(
if
(
si
==
NULL
)
return
NULL
;
ldap_pvt_thread_mutex_lock
(
&
si
->
si_mutex
);
/* Don't wait around if there's a previous session still running */
if
(
ldap_pvt_thread_mutex_trylock
(
&
si
->
si_mutex
))
return
NULL
;
switch
(
abs
(
si
->
si_type
)
)
{
case
LDAP_SYNC_REFRESH_ONLY
:
...
...
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