Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278755
b: refs/heads/master
c: 69497c1
h: refs/heads/master
i:
  278753: 00e9afc
  278751: eb7549b
v: v3
  • Loading branch information
Antonio Quartulli authored and Marek Lindner committed Dec 6, 2011
1 parent 90924e8 commit 11c6eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 2ef04f4752a9687a03b16d4d908cf07ff8b96a3b
refs/heads/master: 69497c17c6ffc636e463d528c2f4c87e4d894964
3 changes: 1 addition & 2 deletions trunk/net/batman-adv/routing.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,7 @@ int recv_tt_query(struct sk_buff *skb, struct hard_iface *recv_if)

/* Ensure we have all the claimed data */
if (unlikely(skb_headlen(skb) <
sizeof(struct tt_query_packet) +
tt_len))
sizeof(struct tt_query_packet) + tt_len))
goto out;

handle_tt_response(bat_priv, tt_query);
Expand Down

0 comments on commit 11c6eae

Please sign in to comment.