Set fSocket to -1 after close on an error to prevent a double close.
commitdad4b5702782eef3bd66e3c3f4fefaaae3571208
authorJoseph A. Yasi <joe.yasi@gmail.com>
Wed, 19 Jun 2019 04:35:35 +0000 (19 00:35 -0400)
committerFilipe Coelho <falktx@falktx.com>
Wed, 19 Jun 2019 10:40:43 +0000 (19 12:40 +0200)
tree9882428802d93129b502c6e3189969ca3fa10fe6
parenta24777a16c8c611724ed7137ea6296074abc67d5
Set fSocket to -1 after close on an error to prevent a double close.

Signed-off-by: Joe Yasi <joe.yasi@gmail.com>
posix/JackSocket.cpp