summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tools_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tools_util.c b/src/tools/tools_util.c
index b2dc4ff5e..9bb254572 100644
--- a/src/tools/tools_util.c
+++ b/src/tools/tools_util.c
@@ -198,6 +198,7 @@ int check_group_names(struct tools_ctx *tctx,
if (!groupinfo) {
return ENOMEM;
}
+ groupinfo->domain = tctx->local;
ret = EOK;
for (i=0; grouplist[i]; ++i) {