diff options
Diffstat (limited to 'server/tools/tools_util.h')
-rw-r--r-- | server/tools/tools_util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tools/tools_util.h b/server/tools/tools_util.h index 5e2dd95c..772ba36b 100644 --- a/server/tools/tools_util.h +++ b/server/tools/tools_util.h @@ -43,7 +43,7 @@ enum id_domain { struct tools_ctx { struct tevent_context *ev; struct confdb_ctx *confdb; - struct sysdb_ctx_list *db_list; + struct sysdb_ctx *sysdb; struct sss_names_ctx *snctx; struct sss_domain_info *domains; @@ -53,7 +53,6 @@ struct ops_ctx { struct tools_ctx *ctx; struct tevent_context *ev; struct sss_domain_info *domain; - struct sysdb_ctx *sysdb; char *name; uid_t uid; |