K 10 svn:author V 7 rwatson K 8 svn:date V 27 2010-06-01T13:59:48.089530Z K 7 svn:log V 499 Merge r208601 from head to stable/8: When close() is called on a connected socket pair, SO_ISCONNECTED might be set but be cleared before the call to sodisconnect(). In this case, ENOTCONN is returned: suppress this error rather than returning it to userspace so that close() doesn't report an error improperly. PR: kern/144061 Reported by: Matt Reimer , Nikolay Denev , Mikolaj Golub Approved by: re (kib) END