CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/11/12 15:19:33
Modified files: usr.sbin/ospfd : rde_spf.c Log message: get_rtr_link and get_net_link are not supposed to fail and returning NULL would be bad. So instead use a fatalx() in that impossible case. After a discussion with deraadt@ because of a parfait warning.