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
Kirill Smelkov
linux
Commits
31b4b681
Commit
31b4b681
authored
Jan 21, 2004
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IPV6]: More missing sysctl table sentinels in addrconf.c
parent
b0b5c6cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
net/ipv6/addrconf.c
net/ipv6/addrconf.c
+12
-0
No files found.
net/ipv6/addrconf.c
View file @
31b4b681
...
@@ -3191,6 +3191,9 @@ static struct addrconf_sysctl_table
...
@@ -3191,6 +3191,9 @@ static struct addrconf_sysctl_table
.
mode
=
0555
,
.
mode
=
0555
,
.
child
=
addrconf_sysctl
.
addrconf_vars
,
.
child
=
addrconf_sysctl
.
addrconf_vars
,
},
},
{
.
ctl_name
=
0
,
/* sentinel */
}
},
},
.
addrconf_conf_dir
=
{
.
addrconf_conf_dir
=
{
{
{
...
@@ -3199,6 +3202,9 @@ static struct addrconf_sysctl_table
...
@@ -3199,6 +3202,9 @@ static struct addrconf_sysctl_table
.
mode
=
0555
,
.
mode
=
0555
,
.
child
=
addrconf_sysctl
.
addrconf_dev
,
.
child
=
addrconf_sysctl
.
addrconf_dev
,
},
},
{
.
ctl_name
=
0
,
/* sentinel */
}
},
},
.
addrconf_proto_dir
=
{
.
addrconf_proto_dir
=
{
{
{
...
@@ -3207,6 +3213,9 @@ static struct addrconf_sysctl_table
...
@@ -3207,6 +3213,9 @@ static struct addrconf_sysctl_table
.
mode
=
0555
,
.
mode
=
0555
,
.
child
=
addrconf_sysctl
.
addrconf_conf_dir
,
.
child
=
addrconf_sysctl
.
addrconf_conf_dir
,
},
},
{
.
ctl_name
=
0
,
/* sentinel */
}
},
},
.
addrconf_root_dir
=
{
.
addrconf_root_dir
=
{
{
{
...
@@ -3215,6 +3224,9 @@ static struct addrconf_sysctl_table
...
@@ -3215,6 +3224,9 @@ static struct addrconf_sysctl_table
.
mode
=
0555
,
.
mode
=
0555
,
.
child
=
addrconf_sysctl
.
addrconf_proto_dir
,
.
child
=
addrconf_sysctl
.
addrconf_proto_dir
,
},
},
{
.
ctl_name
=
0
,
/* sentinel */
}
},
},
};
};
...
...
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