~ubuntu-branches/ubuntu/quantal/linux-ti-omap4/quantal-proposed

« back to all changes in this revision

Viewing changes to net/l2tp/l2tp_ip6.c

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
684
684
                lsa->l2tp_addr = ipv6_hdr(skb)->saddr;
685
685
                lsa->l2tp_flowinfo = 0;
686
686
                lsa->l2tp_scope_id = 0;
 
687
                lsa->l2tp_conn_id = 0;
687
688
                if (ipv6_addr_type(&lsa->l2tp_addr) & IPV6_ADDR_LINKLOCAL)
688
689
                        lsa->l2tp_scope_id = IP6CB(skb)->iif;
689
690
        }