summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorShafik Yaghmour <syaghmour@apple.com>2022-01-07 11:56:57 -0800
committerShafik Yaghmour <syaghmour@apple.com>2022-01-07 12:42:58 -0800
commit4f6d3a376c9faba93bbdf105966cea7585b0b8e9 (patch)
tree5891a9840f5edf5077dec826a2ce1030e3a3056c /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent81f8345ac4eea57eec323d6f24405fb2db749dbf (diff)
[LLDB] Fix setting of success in Socket::Close()
Both close and closesocket should return 0 on success so using !! looks incorrect. I replaced this will a more readable == 0 check. Differential Revision: https://reviews.llvm.org/D116768
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions