cvs commit: src/sys/netgraph ng_base.c

Alexander Motin mav at FreeBSD.org
Sun Mar 16 16:12:18 PDT 2008


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


More information about the cvs-all mailing list