]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
This can happen now.
authorOndrej Filip <feela@network.cz>
Fri, 4 Jun 2004 14:23:21 +0000 (14:23 +0000)
committerOndrej Filip <feela@network.cz>
Fri, 4 Jun 2004 14:23:21 +0000 (14:23 +0000)
proto/ospf/dbdes.c

index 0bc158b5d5eaff2ebc3c94af2f4a938d72ae10e8..fb006956df60c2198f1ad1759d7ad39b739761ed 100644 (file)
@@ -145,7 +145,6 @@ ospf_dbdes_tx(struct ospf_neighbor *n)
       break;
 
     default:                           /* Ignore it */
-      bug("Bug in dbdes sending");
       break;
   }
 }