From owner-cvs-sys Fri Feb 24 03:47:35 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id DAA14402 for cvs-sys-outgoing; Fri, 24 Feb 1995 03:47:35 -0800 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id DAA14392; Fri, 24 Feb 1995 03:47:32 -0800 Date: Fri, 24 Feb 1995 03:47:32 -0800 From: David Greenman Message-Id: <199502241147.DAA14392@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/net if.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/02/24 03:47:32 Modified: sys/net if.c Log: In ifa_ifwithdstaddr() when walking through ifa structs associated with a point-to-point link, don't attempt a comparison if the pointer to the destination sockaddr is NULL (i.e. it has not been set/initialized).