diff options
Diffstat (limited to 'src/allowedips.c')
-rw-r--r-- | src/allowedips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allowedips.c b/src/allowedips.c index fab15ad..5681c2a 100644 --- a/src/allowedips.c +++ b/src/allowedips.c @@ -220,7 +220,7 @@ retry: return peer; } -__attribute__((nonnull(1))) static inline bool +__attribute__((nonnull(1))) static bool node_placement(struct allowedips_node __rcu *trie, const u8 *key, u8 cidr, u8 bits, struct allowedips_node **rnode, struct mutex *lock) { |