]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove bad call to shutdown().
authored <ed@FreeBSD.org>
Mon, 10 Aug 2015 07:45:13 +0000 (07:45 +0000)
committered <ed@FreeBSD.org>
Mon, 10 Aug 2015 07:45:13 +0000 (07:45 +0000)
commit208fb6e96d2e4188fa495bbd6023973ff4c53b5d
treefdac5fbf52a5c84cae470f7850ff865e7cc1f869
parentdcacb16d6a14cd98f2db175b38e92626140a361c
Remove bad call to shutdown().

The socket created by rtsol/rtsold is not a connection-based socket,
meaning that we should not attempt to call shutdown() on it.

Reported by: kan
usr.sbin/rtsold/probe.c