]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o In rip_disconnect() do not call rip_abort(), just mark a socket
authorMaxim Konovalov <maxim@FreeBSD.org>
Mon, 15 May 2006 09:28:57 +0000 (09:28 +0000)
committerMaxim Konovalov <maxim@FreeBSD.org>
Mon, 15 May 2006 09:28:57 +0000 (09:28 +0000)
commiteb16472f74536a8fa22f16844c44f7120cc1af0a
tree735cd0df99118efce72e0bf06adb5899f587e486
parentdf2e45f7c2eda773e7c0a6106b86f2afe96c4d2f
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
sys/netinet/raw_ip.c