diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 16:23:21 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 16:23:21 +0200 |
commit | 18b40a40726bf6ec03e496a068faa8d173c27dd8 (patch) | |
tree | 4acd89693d11e9f1a21f0ec3dfb111a859735a59 /proto | |
parent | f9fdabe4f68685e6244e88524b2526958c56e44d (diff) | |
download | bird-18b40a40726bf6ec03e496a068faa8d173c27dd8.tar bird-18b40a40726bf6ec03e496a068faa8d173c27dd8.zip |
This can happen now.
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/dbdes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index 0bc158b..fb00695 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -145,7 +145,6 @@ ospf_dbdes_tx(struct ospf_neighbor *n) break; default: /* Ignore it */ - bug("Bug in dbdes sending"); break; } } |