diff options
author | Todd Kjos <tkjos@google.com> | 2017-03-02 13:53:48 -0800 |
---|---|---|
committer | Todd Kjos <tkjos@google.com> | 2017-03-02 13:53:48 -0800 |
commit | 837de638dc019843efb0f8744e299769af32e004 (patch) | |
tree | 3f693d421593332edcdf1d877433d31e9f1525de /net/l2tp/l2tp_ip6.c | |
parent | f04805218728192d346291c1a0e78cb184142bad (diff) | |
parent | dd4534d88b93a911983503851ec9441787a4997d (diff) |
Merge branch 'upstream-linux-4.4.y' into android-4.4
Diffstat (limited to 'net/l2tp/l2tp_ip6.c')
-rw-r--r-- | net/l2tp/l2tp_ip6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/l2tp/l2tp_ip6.c b/net/l2tp/l2tp_ip6.c index 0289208b0346..c8f483cd2ca9 100644 --- a/net/l2tp/l2tp_ip6.c +++ b/net/l2tp/l2tp_ip6.c @@ -715,7 +715,7 @@ static struct proto l2tp_ip6_prot = { .bind = l2tp_ip6_bind, .connect = l2tp_ip6_connect, .disconnect = l2tp_ip6_disconnect, - .ioctl = udp_ioctl, + .ioctl = l2tp_ioctl, .destroy = l2tp_ip6_destroy_sock, .setsockopt = ipv6_setsockopt, .getsockopt = ipv6_getsockopt, |