Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278819
b: refs/heads/master
c: 220b07e
h: refs/heads/master
i:
  278817: 9dc030e
  278815: b4cb820
v: v3
  • Loading branch information
David S. Miller committed Dec 16, 2011
1 parent 859230d commit a33bbfd
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: 278bc4296bd64ffd1d3913b487dc8a520e423a7a
refs/heads/master: 220b07e90e3b7b3adc60b8a72c79ad4465312072
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/translation-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ void tt_local_add(struct net_device *soft_iface, const uint8_t *addr,
tt_global_entry->orig_node->tt_poss_change = true;
/* The global entry has to be marked as ROAMING and has to be
* kept for consistency purpose */
tt_global_entry->common.flags |= TT_CLIENT_PENDING;
tt_global_entry->common.flags |= TT_CLIENT_ROAM;
tt_global_entry->roam_at = jiffies;
send_roam_adv(bat_priv, tt_global_entry->common.addr,
tt_global_entry->orig_node);
Expand Down

0 comments on commit a33bbfd

Please sign in to comment.