Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
9915a8b1
Commit
9915a8b1
authored
Jun 09, 2002
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed some compile issues with what I checked in.
parent
d6809386
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
plugins/network/ipv6.c
plugins/network/ipv6.c
+5
-5
No files found.
plugins/network/ipv6.c
View file @
9915a8b1
...
...
@@ -2,7 +2,7 @@
* ipv6.c: IPv6 network abstraction layer
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: ipv6.c,v 1.1
1 2002/06/09 22:57:00
massiot Exp $
* $Id: ipv6.c,v 1.1
2 2002/06/09 23:35:33
massiot Exp $
*
* Authors: Alexis Guillard <alexis.guillard@bt.com>
* Christophe Massiot <massiot@via.ecp.fr>
...
...
@@ -151,11 +151,11 @@ static int BuildAddr( struct sockaddr_in6 * p_socket,
{
*
psz_multicast_interface
=
'\0'
;
psz_multicast_interface
++
;
intf_WarnMsg
(
3
,
"Interface name specified:
\"
%s
\"
"
,
psz_multicast_interface
);
//X msg_Dbg( p_this
, "Interface name specified: \"%s\"",
//
psz_multicast_interface );
/* now convert that interface name to an index */
p_socket
->
sin6_scope_id
=
if_nametoindex
(
psz_multicast_interface
);
intf_WarnMsg
(
3
,
" = #%i
\n
"
,
p_socket
->
sin6_scope_id
);
//X msg_Warn( p_this
, " = #%i\n", p_socket->sin6_scope_id );
}
psz_address
[
strlen
(
psz_address
)
-
1
]
=
'\0'
;
...
...
@@ -333,7 +333,7 @@ static int OpenUDP( vlc_object_t * p_this, network_socket_t * p_socket )
if
(
res
==
-
1
)
{
intf_ErrMsg
(
"ipv6 error: setsockopt JOIN_GROUP failed"
);
//X
intf_ErrMsg( "ipv6 error: setsockopt JOIN_GROUP failed" );
}
}
...
...
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