Skip to content

Commit

Permalink
TOOLS: Fix a typo in groupadd()
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrozek committed Sep 6, 2016
1 parent 0d1d9d8 commit c9a8540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/sss_sync_ops.c
Expand Up @@ -657,7 +657,7 @@ int groupadd(struct ops_ctx *data)
int ret;

data->sysdb_fqname = sss_create_internal_fqname(data,
data->sysdb_fqname,
data->name,
data->domain->name);
if (data->sysdb_fqname == NULL) {
return ENOMEM;
Expand Down

0 comments on commit c9a8540

Please sign in to comment.