cvs commit: src/sys/netinet tcp_usrreq.c

John-Mark Gurney jmg at FreeBSD.org
Mon Jul 26 14:29:56 PDT 2004


jmg         2004-07-26 21:29:56 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_usrreq.c 
  Log:
  compare pointer against NULL, not 0
  
  when inpcb is NULL, this is no longer invalid since jlemon added the
  tcp_twstart function... this prevents close "failing" w/ EINVAL when it
  really was successful...
  
  Reviewed by:    jeremy (NetBSD)
  
  Revision  Changes    Path
  1.105     +2 -2      src/sys/netinet/tcp_usrreq.c


More information about the cvs-all mailing list