Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349284
b: refs/heads/master
c: 0d15bec
h: refs/heads/master
v: v3
  • Loading branch information
Matthias Schiffer authored and Antonio Quartulli committed Jan 27, 2013
1 parent 4c98846 commit aa2a050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1591ab6740326aaf41e194c43bdf8ece6e2e4835
refs/heads/master: 0d15becee56fdfc2e9a4374c46ea7cf7562a6f32
2 changes: 2 additions & 0 deletions trunk/net/batman-adv/distributed-arp-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,8 @@ bool batadv_dat_snoop_incoming_arp_reply(struct batadv_priv *bat_priv,
*/
ret = !batadv_is_my_client(bat_priv, hw_dst);
out:
if (ret)
kfree_skb(skb);
/* if ret == false -> packet has to be delivered to the interface */
return ret;
}
Expand Down

0 comments on commit aa2a050

Please sign in to comment.