summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Endpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'py/modules/IcePy/Endpoint.cpp')
-rw-r--r--py/modules/IcePy/Endpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modules/IcePy/Endpoint.cpp b/py/modules/IcePy/Endpoint.cpp
index 314a163c5d1..8da02fe06bc 100644
--- a/py/modules/IcePy/Endpoint.cpp
+++ b/py/modules/IcePy/Endpoint.cpp
@@ -54,7 +54,7 @@ extern "C"
static PyObject*
endpointCompare(EndpointObject* p1, PyObject* other, int op)
{
- bool result;
+ bool result = false;
if(PyObject_TypeCheck(other, &EndpointType))
{