Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
clsync
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2015-04-03 15:03:03 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7ff8f1d52116dde7175e68100c37a499b2351af1
7ff8f1d5
1 parent
d9840f35
Fixed an hanged process on exit with enabled HL_LOCK-s and "--splitting=process"
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
privileged.c
privileged.c
View file @
7ff8f1d
...
...
@@ -893,7 +893,7 @@ int privileged_handler(ctx_t *ctx_p)
if
(
!
hl_lock_p
->
enabled
||
!
hl_wait
(
HLLOCK_HANDLER
# ifdef HL_LOCK_TRIES_AUTO
,
(
long
)
hl_lock_p
->
tries
,
hl_lock_p
->
tries
[
HLLOCK_HANDLER
]
# endif
))
{
if
(
opts
->
isprocsplitting
)
...
...
Please
register
or
login
to post a comment