| Submitter | Alan Cox |
|---|---|
| Date | Oct. 25, 2012, 3:22 p.m. |
| Message ID | <20121025152149.17834.24316.stgit@localhost.localdomain> |
| Download | mbox | patch |
| Permalink | /patch/194229/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Alan Cox <alan@lxorguk.ukuu.org.uk> Date: Thu, 25 Oct 2012 16:22:01 +0100 > From: Alan Cox <alan@linux.intel.com> > > Signed-off-by: Alan Cox <alan@linux.intel.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/net/l2tp/l2tp_netlink.c b/net/l2tp/l2tp_netlink.c index 6c4cc12..bbba3a1 100644 --- a/net/l2tp/l2tp_netlink.c +++ b/net/l2tp/l2tp_netlink.c @@ -632,7 +632,7 @@ static int l2tp_nl_session_send(struct sk_buff *skb, u32 portid, u32 seq, int fl nla_put_u16(skb, L2TP_ATTR_MRU, session->mru))) goto nla_put_failure; - if ((session->ifname && session->ifname[0] && + if ((session->ifname[0] && nla_put_string(skb, L2TP_ATTR_IFNAME, session->ifname)) || (session->cookie_len && nla_put(skb, L2TP_ATTR_COOKIE, session->cookie_len,