diff options
| -rw-r--r-- | ospfd/ospf_flood.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_flood.c b/ospfd/ospf_flood.c index 004ed1a7..2ebae89a 100644 --- a/ospfd/ospf_flood.c +++ b/ospfd/ospf_flood.c @@ -320,7 +320,7 @@ ospf_flood (struct ospf *ospf, struct ospf_neighbor *nbr,       MinLSArrival seconds have elapsed. */      if (! (new = ospf_lsa_install (ospf, nbr->oi, new))) -    return 0; /* unknown LSA type */ +    return -1; /* unknown LSA type or any other error condition */    /* Acknowledge the receipt of the LSA by sending a Link State       Acknowledgment packet back out the receiving interface. */  | 
