K 10 svn:author V 5 andre K 8 svn:date V 27 2003-11-26T20:31:13.000000Z K 7 svn:log V 247 Make sure all uses of stack allocated struct route's are properly zeroed. Doing a bzero on the entire struct route is not more expensive than assigning NULL to ro.ro_rt and bzero of ro.ro_dst. Reviewed by: sam (mentor) Approved by: re (scottl) END