diff options
author | Jorge Boncompte <jbonor@gmail.com> | 2017-08-10 21:21:14 +0200 |
---|---|---|
committer | Jorge Boncompte <jbonor@gmail.com> | 2017-08-10 21:21:14 +0200 |
commit | 6c8ca260505bf1d96c87371ad71278576345bb5c (patch) | |
tree | bf5b48ca98b8c2fd96cc571ebc3669f8b6428ac4 /nhrpd/netlink.h | |
parent | Merge pull request #941 from dwalton76/bgpd-peer-group-rebind (diff) | |
download | frr-6c8ca260505bf1d96c87371ad71278576345bb5c.tar.xz frr-6c8ca260505bf1d96c87371ad71278576345bb5c.zip |
nhrpd: fix issues found by coverity
Signed-off-by: Jorge Boncompte <jbonor@gmail.com>
Diffstat (limited to 'nhrpd/netlink.h')
-rw-r--r-- | nhrpd/netlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/netlink.h b/nhrpd/netlink.h index f05596ba1..e8dc22adf 100644 --- a/nhrpd/netlink.h +++ b/nhrpd/netlink.h @@ -15,7 +15,7 @@ struct interface; extern int netlink_nflog_group; extern int netlink_req_fd; -int netlink_init(void); +void netlink_init(void); int netlink_configure_arp(unsigned int ifindex, int pf); void netlink_update_binding(struct interface *ifp, union sockunion *proto, union sockunion *nbma); void netlink_set_nflog_group(int nlgroup); |