Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255478
b: refs/heads/master
c: 6b9aadf
h: refs/heads/master
v: v3
  • Loading branch information
Sven Eckelmann committed Jun 9, 2011
1 parent a30217d commit 72e9ad3
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: d1829fa0c380ccf48a7b96795a6d4a01698d02a6
refs/heads/master: 6b9aadfa97efa5a73c005c5c4c667359a0c85bec
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/gateway_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ void gw_node_update(struct bat_priv *bat_priv,

void gw_node_delete(struct bat_priv *bat_priv, struct orig_node *orig_node)
{
return gw_node_update(bat_priv, orig_node, 0);
gw_node_update(bat_priv, orig_node, 0);
}

void gw_node_purge(struct bat_priv *bat_priv)
Expand Down

0 comments on commit 72e9ad3

Please sign in to comment.