aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/batman-adv/routing.c')
-rw-r--r--net/batman-adv/routing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/routing.c b/net/batman-adv/routing.c
index 13444e92bc99..91a7860ecadd 100644
--- a/net/batman-adv/routing.c
+++ b/net/batman-adv/routing.c
@@ -1535,7 +1535,7 @@ static int check_unicast_ttvn(struct bat_priv *bat_priv,
1535 1535
1536 ethhdr = (struct ethhdr *)(skb->data + 1536 ethhdr = (struct ethhdr *)(skb->data +
1537 sizeof(struct unicast_packet)); 1537 sizeof(struct unicast_packet));
1538 orig_node = transtable_search(bat_priv, ethhdr->h_dest); 1538 orig_node = transtable_search(bat_priv, NULL, ethhdr->h_dest);
1539 1539
1540 if (!orig_node) { 1540 if (!orig_node) {
1541 if (!is_my_client(bat_priv, ethhdr->h_dest)) 1541 if (!is_my_client(bat_priv, ethhdr->h_dest))