Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255306
b: refs/heads/master
c: 958ca59
h: refs/heads/master
v: v3
  • Loading branch information
Sven Eckelmann committed May 30, 2011
1 parent ef18d0a commit e194388
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 5f718c20076f4b47c3dc0f1277aef9966928089c
refs/heads/master: 958ca5985604a6f13387d32de489365df816558b
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/unicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ int unicast_send_skb(struct sk_buff *skb, struct bat_priv *bat_priv)

/* get routing information */
if (is_multicast_ether_addr(ethhdr->h_dest)) {
orig_node = (struct orig_node *)gw_get_selected_orig(bat_priv);
orig_node = gw_get_selected_orig(bat_priv);
if (orig_node)
goto find_router;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/vis.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ static int generate_vis_packet(struct bat_priv *bat_priv)
struct hlist_head *head;
struct orig_node *orig_node;
struct neigh_node *router;
struct vis_info *info = (struct vis_info *)bat_priv->my_vis_info;
struct vis_info *info = bat_priv->my_vis_info;
struct vis_packet *packet = (struct vis_packet *)info->skb_packet->data;
struct vis_info_entry *entry;
struct tt_local_entry *tt_local_entry;
Expand Down

0 comments on commit e194388

Please sign in to comment.