Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314296
b: refs/heads/master
c: d2b6cc8
h: refs/heads/master
v: v3
  • Loading branch information
Antonio Quartulli committed Jun 18, 2012
1 parent 898e151 commit 9dc9a66
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: 284fefd59ae0357695b17b59cb44d7cc12445bb5
refs/heads/master: d2b6cc8e460494251442a877fcbc150faa175b4f
2 changes: 2 additions & 0 deletions trunk/net/batman-adv/routing.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ int recv_tt_query(struct sk_buff *skb, struct hard_iface *recv_if)
* changes */
if (skb_linearize(skb) < 0)
goto out;
/* skb_linearize() possibly changed skb->data */
tt_query = (struct tt_query_packet *)skb->data;

tt_len = tt_query->tt_data * sizeof(struct tt_change);

Expand Down

0 comments on commit 9dc9a66

Please sign in to comment.