summaryrefslogtreecommitdiffstats
path: root/src/tools/sss_groupadd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/sss_groupadd.c')
-rw-r--r--src/tools/sss_groupadd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/sss_groupadd.c b/src/tools/sss_groupadd.c
index 5667e9aa2..6e600401d 100644
--- a/src/tools/sss_groupadd.c
+++ b/src/tools/sss_groupadd.c
@@ -114,7 +114,7 @@ int main(int argc, const char **argv)
in_transaction = true;
/* groupadd */
- tctx->error = groupadd(tctx->sysdb, tctx->octx);
+ tctx->error = groupadd(tctx->octx);
if (tctx->error) {
goto done;
}