Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299956
b: refs/heads/master
c: 4b984cd
h: refs/heads/master
v: v3
  • Loading branch information
Hans Schillstrom authored and Pablo Neira Ayuso committed Apr 30, 2012
1 parent 1ead0d5 commit a213393
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39f618b4fd95ae243d940ec64c961009c74e3333
refs/heads/master: 4b984cd50bc1b6d492175cd77bfabb78e76ffa67
3 changes: 3 additions & 0 deletions trunk/net/netfilter/ipvs/ip_vs_lblc.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,9 @@ static int __net_init __ip_vs_lblc_init(struct net *net)
{
struct netns_ipvs *ipvs = net_ipvs(net);

if (!ipvs)
return -ENOENT;

if (!net_eq(net, &init_net)) {
ipvs->lblc_ctl_table = kmemdup(vs_vars_table,
sizeof(vs_vars_table),
Expand Down
3 changes: 3 additions & 0 deletions trunk/net/netfilter/ipvs/ip_vs_lblcr.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,9 @@ static int __net_init __ip_vs_lblcr_init(struct net *net)
{
struct netns_ipvs *ipvs = net_ipvs(net);

if (!ipvs)
return -ENOENT;

if (!net_eq(net, &init_net)) {
ipvs->lblcr_ctl_table = kmemdup(vs_vars_table,
sizeof(vs_vars_table),
Expand Down

0 comments on commit a213393

Please sign in to comment.