Stray semicolon caused compile failure when IPv6 enabled
This commit is contained in:
parent
eb868b57d8
commit
8337710084
|
@ -109,7 +109,7 @@ void neighbor_setup(void)
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
void neighbor_initialize(void);
|
void neighbor_initialize(void)
|
||||||
{
|
{
|
||||||
/* Initialize the time of the last poll */
|
/* Initialize the time of the last poll */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue