summaryrefslogtreecommitdiff
path: root/pimd/pim_pim.c
diff options
context:
space:
mode:
authorSai Gomathi <nsaigomathi@vmware.com>2021-08-24 10:36:45 -0700
committerSai Gomathi <nsaigomathi@vmware.com>2021-08-24 10:36:45 -0700
commit9a15529cdafe7b9f9785788afc2b4c399e2103ae (patch)
tree7ab32e8c95ad127c1e8819c2f70dbe88dfd4ceff /pimd/pim_pim.c
parentac43358c17aa82e9cbe47715213b1bd50cc29a67 (diff)
pimd: Fixing coverity issues
Signed-off-by: Sai Gomathi <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim_pim.c')
-rw-r--r--pimd/pim_pim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_pim.c b/pimd/pim_pim.c
index e7ac0d4e5b..2c2aebc61f 100644
--- a/pimd/pim_pim.c
+++ b/pimd/pim_pim.c
@@ -322,7 +322,6 @@ int pim_pim_packet(struct interface *ifp, uint8_t *buf, size_t len)
}
return -1;
}
- return -1;
}
static void pim_sock_read_on(struct interface *ifp);