Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
c3a12cc5
Commit
c3a12cc5
authored
Mar 12, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix IPv4 multicast router build failure caused
by struct sock cleanups.
parent
d28e0e20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
net/ipv4/ipmr.c
net/ipv4/ipmr.c
+1
-1
No files found.
net/ipv4/ipmr.c
View file @
c3a12cc5
...
@@ -855,7 +855,7 @@ int ip_mroute_setsockopt(struct sock *sk,int optname,char *optval,int optlen)
...
@@ -855,7 +855,7 @@ int ip_mroute_setsockopt(struct sock *sk,int optname,char *optval,int optlen)
switch
(
optname
)
switch
(
optname
)
{
{
case
MRT_INIT
:
case
MRT_INIT
:
if
(
sk
->
type
!=
SOCK_RAW
||
sk
->
num
!=
IPPROTO_IGMP
)
if
(
sk
->
type
!=
SOCK_RAW
||
inet_sk
(
sk
)
->
num
!=
IPPROTO_IGMP
)
return
-
EOPNOTSUPP
;
return
-
EOPNOTSUPP
;
if
(
optlen
!=
sizeof
(
int
))
if
(
optlen
!=
sizeof
(
int
))
return
-
ENOPROTOOPT
;
return
-
ENOPROTOOPT
;
...
...
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