Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
79a527b1
Commit
79a527b1
authored
Jan 29, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove erroneous debug message
parent
5836161c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/network/tcp.c
src/network/tcp.c
+0
-1
No files found.
src/network/tcp.c
View file @
79a527b1
...
...
@@ -327,7 +327,6 @@ int *__net_ListenTCP( vlc_object_t *p_this, const char *psz_host, int i_port )
#endif
}
msg_Dbg
(
p_this
,
"using socket %d from rootwrap"
,
fd
);
/* Listen */
if
(
listen
(
fd
,
100
)
==
-
1
)
{
...
...
Write
Preview
Markdown
is supported
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