Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
3f3191ce
Commit
3f3191ce
authored
Sep 20, 2018
by
Philipp Schafft
🦁
Browse files
Fix: Corrected copy and paste error of lock/unlock
parent
231e60a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/auth.c
View file @
3f3191ce
...
...
@@ -1037,7 +1037,7 @@ auth_t *auth_stack_get(auth_stack_t *stack) {
if
(
!
stack
)
return
NULL
;
thread_mutex_
un
lock
(
&
stack
->
lock
);
thread_mutex_lock
(
&
stack
->
lock
);
auth_addref
(
auth
=
stack
->
auth
);
thread_mutex_unlock
(
&
stack
->
lock
);
return
auth
;
...
...
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