diff options
author | Pavel Březina <pbrezina@redhat.com> | 2014-02-18 13:34:32 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-02-18 22:58:30 +0100 |
commit | 5a22be7f84f85d6b25aa277ac78ee34fac95dd42 (patch) | |
tree | 53d040bf6b3282ef1db7a3929125bf0761a4518d /src/tests/common.h | |
parent | 208b9f9bea519392428d99803edac1739ffdd444 (diff) | |
download | sssd-5a22be7f84f85d6b25aa277ac78ee34fac95dd42.tar.gz sssd-5a22be7f84f85d6b25aa277ac78ee34fac95dd42.tar.xz sssd-5a22be7f84f85d6b25aa277ac78ee34fac95dd42.zip |
tests: add confdb_path to sss_test_ctx
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/tests/common.h')
-rw-r--r-- | src/tests/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/common.h b/src/tests/common.h index 931e603c1..ba3a50a71 100644 --- a/src/tests/common.h +++ b/src/tests/common.h @@ -62,6 +62,7 @@ struct sss_test_ctx { struct confdb_ctx *confdb; struct tevent_context *ev; struct sss_domain_info *dom; + char *confdb_path; bool done; int error; |