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
9d120d12
Commit
9d120d12
authored
Sep 20, 2018
by
Philipp Schafft
🦁
Browse files
Fix: Corrected order of locks to avoid dead-locks
parent
7b84c45a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
9d120d12
...
...
@@ -1171,8 +1171,8 @@ static int _handle_resources(client_t *client, char **uri)
}
}
listen_sock
=
listensocket_get_listener
(
client
->
con
->
listensocket_effective
);
config
=
config_get_config
();
listen_sock
=
listensocket_get_listener
(
client
->
con
->
listensocket_effective
);
if
(
listen_sock
)
{
serverhost
=
listen_sock
->
bind_address
;
serverport
=
listen_sock
->
port
;
...
...
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