Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340497
b: refs/heads/master
c: e269ed2
h: refs/heads/master
i:
  340495: 3c58288
v: v3
  • Loading branch information
Alan Cox authored and David S. Miller committed Oct 26, 2012
1 parent 5f892c3 commit f3ddbfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0f15b1511ad2e82a6b422d275c369e92242854e6
refs/heads/master: e269ed26d4c9e6da1614709c1bf4c50ff8c8c5b3
2 changes: 1 addition & 1 deletion trunk/net/l2tp/l2tp_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f3ddbfb

Please sign in to comment.