diff options
Diffstat (limited to 'server/db/sysdb_private.h')
-rw-r--r-- | server/db/sysdb_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/db/sysdb_private.h b/server/db/sysdb_private.h index e380c827..1f603eb4 100644 --- a/server/db/sysdb_private.h +++ b/server/db/sysdb_private.h @@ -72,6 +72,7 @@ struct sysdb_ctx { struct tevent_context *ev; struct sss_domain_info *domain; + bool mpg; struct ldb_context *ldb; char *ldb_file; |