Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314596
b: refs/heads/master
c: 7f9f02c
h: refs/heads/master
v: v3
  • Loading branch information
Sven Eckelmann authored and Antonio Quartulli committed Jun 25, 2012
1 parent 78b8c0d commit 3745407
Show file tree
Hide file tree
Showing 2 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: 18a1cb6ee08e6ea62e0f3c2643435cd444fc0790
refs/heads/master: 7f9f02cb83a6a85fea1482191405a9ce37558479
4 changes: 2 additions & 2 deletions trunk/net/batman-adv/hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "hash.h"

/* clears the hash */
static void hash_init(struct hashtable_t *hash)
static void batadv_hash_init(struct hashtable_t *hash)
{
uint32_t i;

Expand Down Expand Up @@ -58,7 +58,7 @@ struct hashtable_t *batadv_hash_new(uint32_t size)
goto free_table;

hash->size = size;
hash_init(hash);
batadv_hash_init(hash);
return hash;

free_table:
Expand Down

0 comments on commit 3745407

Please sign in to comment.