]> git.ipfire.org Git - thirdparty/bird.git/commit
Replace assert with log.
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 11 Aug 2009 09:03:37 +0000 (11:03 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 11 Aug 2009 09:03:37 +0000 (11:03 +0200)
commitac07aacd2cdb5cf69a3bfdbc0e078cb0ae96c0db
tree2976b312fb6d0be297e8c8b1b6eac7613334375d
parent024e633c16cf21ae94d7e023e057e59080f92175
Replace assert with log.

Although it is true unless there is a bug in BIRD,  this assert is not
needed (code below does not require that assumption), so we should not
crash.
nest/proto.c