Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ccc1b1bc
Commit
ccc1b1bc
authored
Jan 12, 2009
by
Rémi Denis-Courmont
Browse files
Useless vlc_object_wait() usage
parent
b935abee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network/httpd.c
View file @
ccc1b1bc
...
...
@@ -2462,11 +2462,7 @@ retry:
vlc_object_lock
(
host
);
if
(
ufd
[
nfd
-
1
].
revents
)
{
b_die
=
!
vlc_object_alive
(
host
);
if
(
!
b_die
)
vlc_object_wait
(
host
);
}
vlc_object_unlock
(
host
);
/* Handle client sockets */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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