summaryrefslogtreecommitdiff
path: root/nhrpd/nhrp_nhs.c
diff options
context:
space:
mode:
authorReuben Dowle <reuben.dowle@4rf.com>2021-03-15 17:03:58 +1300
committerReuben Dowle <reuben.dowle@4rf.com>2021-03-19 09:31:45 +1300
commit00683a1479c4cfee2060aba864532da8d7cd6b2e (patch)
tree7e2bc6c063afcc49d1483f6f3a9f97b54b5aadfa /nhrpd/nhrp_nhs.c
parente8089de12305880942a4fabcf726dcd8ddda5647 (diff)
nhrpd: Fix some style issues
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
Diffstat (limited to 'nhrpd/nhrp_nhs.c')
-rw-r--r--nhrpd/nhrp_nhs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nhrpd/nhrp_nhs.c b/nhrpd/nhrp_nhs.c
index 1e53c16591..5f8bbd7021 100644
--- a/nhrpd/nhrp_nhs.c
+++ b/nhrpd/nhrp_nhs.c
@@ -476,6 +476,7 @@ int nhrp_nhs_match_ip(union sockunion *in_ip, struct nhrp_interface *nifp)
int i;
struct nhrp_nhs *nhs;
struct nhrp_registration *reg;
+
for (i = 0; i < AFI_MAX; i++) {
list_for_each_entry(nhs, &nifp->afi[i].nhslist_head,
nhslist_entry)