Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 2008 23:12:17 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_base.c
Message-ID:  <200803162312.m2GNCHWk077683@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mav         2008-03-16 23:12:17 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_base.c 
  Log:
  Remove impossible (hk_peer == NULL) check from ng_address_hook().
  Valid hook can't have NULL peer. Even invalid one can't, as it is resets to
  deadhook, but not NULL.
  
  Revision  Changes    Path
  1.151     +0 -1      src/sys/netgraph/ng_base.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803162312.m2GNCHWk077683>