diff options
Diffstat (limited to 'src/python')
| -rw-r--r-- | src/python/pysss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/pysss.c b/src/python/pysss.c index 5fecbb30..b248313c 100644 --- a/src/python/pysss.c +++ b/src/python/pysss.c @@ -236,7 +236,7 @@ static PyObject *py_sss_useradd(PySssLocalObject *self, in_transaction = true; /* useradd */ - tctx->error = useradd(tctx, tctx->sysdb, tctx->octx); + tctx->error = useradd(tctx, tctx->octx); if (tctx->error) { PyErr_SetSssError(tctx->error); goto fail; |
