cvs commit: src/sys/netinet raw_ip.c

Maxim Konovalov maxim at FreeBSD.org
Mon May 15 02:29:11 PDT 2006


maxim       2006-05-15 09:28:57 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          raw_ip.c 
  Log:
  o In rip_disconnect() do not call rip_abort(), just mark a socket
  as not connected.  In soclose() case rip_detach() will kill inpcb for
  us later.
  
  It makes rawconnect regression test do not panic a system.
  
  Reviewed by:    rwatson
  X-MFC after:    with all 1th April inpcb changes
  
  Revision  Changes    Path
  1.161     +11 -1     src/sys/netinet/raw_ip.c


More information about the cvs-src mailing list