diff options
| author | Simo Sorce <simo@redhat.com> | 2013-01-09 16:39:42 -0500 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-01-21 22:17:33 +0100 |
| commit | 24b715f096613d18f182cf0fff537e1fc79647fa (patch) | |
| tree | 69559d58896dcfa37aabffd6683038781ba657a8 /src/providers/ad/ad_access.c | |
| parent | df0596ec12bc5091608371e2977f3111241e8caf (diff) | |
| download | sssd-24b715f096613d18f182cf0fff537e1fc79647fa.tar.gz sssd-24b715f096613d18f182cf0fff537e1fc79647fa.tar.xz sssd-24b715f096613d18f182cf0fff537e1fc79647fa.zip | |
Remove sysdb as a be request structure member
The sysdb context is already available through the 'domain' context.
Diffstat (limited to 'src/providers/ad/ad_access.c')
| -rw-r--r-- | src/providers/ad/ad_access.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/ad/ad_access.c b/src/providers/ad/ad_access.c index 314cdcfad..16b2423fd 100644 --- a/src/providers/ad/ad_access.c +++ b/src/providers/ad/ad_access.c @@ -49,7 +49,6 @@ ad_access_handler(struct be_req *breq) breq->fn(breq, DP_ERR_FATAL, PAM_SYSTEM_ERR, NULL); return; } - breq->sysdb = breq->domain->sysdb; } /* Verify that the account is not locked */ |
