summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/python')
-rw-r--r--src/python/pysss_nss_idmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/pysss_nss_idmap.c b/src/python/pysss_nss_idmap.c
index dd1fb4c9d..c98054e7e 100644
--- a/src/python/pysss_nss_idmap.c
+++ b/src/python/pysss_nss_idmap.c
@@ -113,7 +113,7 @@ static int do_getsidbyid(PyObject *py_result, PyObject *py_id)
long id;
const char *id_str;
char *endptr;
- char *sid;
+ char *sid = NULL;
int ret;
enum sss_id_type id_type;