看板 DFBSD_commit 關於我們 聯絡資訊
commit a8c218b2b22ddf89f4a271d2742f6ee5956a5390 Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Sat Jun 6 19:03:18 2009 +0800 route_output: Correctly set family according to the rtinfo.rti_dst Mainly to - Avoid referencing rtinfo after rtrequest1_global/rtsearch_global; this will ease upcoming fixes. - Eliminate bunch of rtinfo.rti_dst NULL assignments. Summary of changes: sys/net/rtsock.c | 27 ++++++++++++++------------- 1 files changed, 14 insertions(+), 13 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a8c218b2b22ddf89f4a271d2742f6ee5956a5390 -- DragonFly BSD source repository