Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
32b58fab
Commit
32b58fab
authored
Feb 28, 2006
by
Rémi Denis-Courmont
Browse files
Remove debug message
parent
6a735733
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network/udp.c
View file @
32b58fab
...
...
@@ -286,12 +286,12 @@ int __net_OpenUDP( vlc_object_t *p_this, const char *psz_bind, int i_bind,
network_socket_t
sock
;
module_t
*
p_network
=
NULL
;
if
(
(
psz_server
!=
NULL
)
&&
(
psz_server
[
0
]
==
'\0'
)
)
/*
if( ( psz_server != NULL ) && ( psz_server[0] == '\0' ) )
msg_Warn( p_this, "calling net_OpenUDP with an explicit destination "
"is obsolete - use net_ConnectUDP instead" );
if( i_server != 0 )
msg_Warn( p_this, "calling net_OpenUDP with an explicit destination "
"port is obsolete - use __net_ConnectUDP instead"
);
"port is obsolete - use __net_ConnectUDP instead" );
*/
if
(
psz_server
==
NULL
)
psz_server
=
""
;
if
(
psz_bind
==
NULL
)
psz_bind
=
""
;
...
...
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