summaryrefslogtreecommitdiffstats
path: root/src/python/pysss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/pysss.c')
-rw-r--r--src/python/pysss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/pysss.c b/src/python/pysss.c
index 8f362ffe0..5fecbb307 100644
--- a/src/python/pysss.c
+++ b/src/python/pysss.c
@@ -717,7 +717,7 @@ static PyObject *py_sss_groupmod(PySssLocalObject *self,
in_transaction = true;
/* groupmod */
- tctx->error = groupmod(tctx, tctx->sysdb, tctx->octx);
+ tctx->error = groupmod(tctx, tctx->octx);
if (tctx->error) {
PyErr_SetSssError(tctx->error);
goto fail;