fix mixleading comment (my error.. I wrote the comment)

This commit is contained in:
Julian Elischer 1997-01-26 01:00:45 +00:00
parent 0c0c8511e7
commit d57d661cf2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22010

View File

@ -475,7 +475,7 @@ rtrequest(req, dst, gateway, netmask, flags, ret_nrt)
/*
* If there is llinfo or similar associated with the
* route, give the interface a chance to deal with it..
* route, give the protocol a chance to deal with it..
*/
if ((ifa = rt->rt_ifa) && ifa->ifa_rtrequest)
ifa->ifa_rtrequest(RTM_DELETE, rt, SA(0));