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
e80e28b6
Commit
e80e28b6
authored
Feb 03, 2006
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] net/ipv6/mcast.c NULL noise removal
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
bee14e1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
net/ipv6/mcast.c
net/ipv6/mcast.c
+1
-1
No files found.
net/ipv6/mcast.c
View file @
e80e28b6
...
@@ -1978,7 +1978,7 @@ static int sf_setstate(struct ifmcaddr6 *pmc)
...
@@ -1978,7 +1978,7 @@ static int sf_setstate(struct ifmcaddr6 *pmc)
new_in
=
psf
->
sf_count
[
MCAST_INCLUDE
]
!=
0
;
new_in
=
psf
->
sf_count
[
MCAST_INCLUDE
]
!=
0
;
if
(
new_in
)
{
if
(
new_in
)
{
if
(
!
psf
->
sf_oldin
)
{
if
(
!
psf
->
sf_oldin
)
{
struct
ip6_sf_list
*
prev
=
0
;
struct
ip6_sf_list
*
prev
=
NULL
;
for
(
dpsf
=
pmc
->
mca_tomb
;
dpsf
;
for
(
dpsf
=
pmc
->
mca_tomb
;
dpsf
;
dpsf
=
dpsf
->
sf_next
)
{
dpsf
=
dpsf
->
sf_next
)
{
...
...
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