CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/29 23:27:56
Modified files:
usr.sbin/ldpd : kroute.c
Log message:
Pass a struct kroute and not a kroute_node to kr_redist_remove(). This
allows kr_redist_eval() to call kr_redist_remove(0 instead of hand rolling
the same code.
