diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-26 00:55:47 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-26 00:55:47 +0200 |
commit | 88177fe3eddaf0bad82e85b87556ace1eefbe361 (patch) | |
tree | 9a0fdb5b0aa139350310b19cff1c8dba8f07311d /ospf6d/ospf6_interface.h | |
parent | Fix bugs reported by coverity scan (diff) | |
download | frr-88177fe3eddaf0bad82e85b87556ace1eefbe361.tar.xz frr-88177fe3eddaf0bad82e85b87556ace1eefbe361.zip |
Fixup of warnings in the code
Ticket: None
Reviewed by: Trivial
Testing:
A bunch of warnings have crept in to the code base. This
fixes the issue
Diffstat (limited to 'ospf6d/ospf6_interface.h')
-rw-r--r-- | ospf6d/ospf6_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h index 6ef9e3782..3f5c5f041 100644 --- a/ospf6d/ospf6_interface.h +++ b/ospf6d/ospf6_interface.h @@ -115,7 +115,7 @@ struct ospf6_interface char *plist_name; /* BFD information */ - void *bfd_info; + struct bfd_info *bfd_info; }; /* interface state */ |