summaryrefslogtreecommitdiffstats
path: root/src/python/pyhbac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/pyhbac.c')
-rw-r--r--src/python/pyhbac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/pyhbac.c b/src/python/pyhbac.c
index 05938db9..e9dce9b0 100644
--- a/src/python/pyhbac.c
+++ b/src/python/pyhbac.c
@@ -1684,6 +1684,7 @@ HbacRequest_repr(HbacRequest *self)
Py_DECREF(targethost_repr);
Py_DECREF(srchost_repr);
Py_DECREF(format);
+ return NULL;
}
o = PyUnicode_Format(format, args);