diff options
-rw-r--r-- | net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c b/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c index 4ce44c4bc57b..a054fe083431 100644 --- a/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c +++ b/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c | |||
@@ -358,7 +358,7 @@ static struct nf_sockopt_ops so_getorigdst = { | |||
358 | .pf = PF_INET, | 358 | .pf = PF_INET, |
359 | .get_optmin = SO_ORIGINAL_DST, | 359 | .get_optmin = SO_ORIGINAL_DST, |
360 | .get_optmax = SO_ORIGINAL_DST+1, | 360 | .get_optmax = SO_ORIGINAL_DST+1, |
361 | .get = &getorigdst, | 361 | .get = getorigdst, |
362 | .owner = THIS_MODULE, | 362 | .owner = THIS_MODULE, |
363 | }; | 363 | }; |
364 | 364 | ||