summaryrefslogtreecommitdiffstats
path: root/src/providers
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-11-29 14:24:49 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-12-21 08:20:32 -0500
commit03f88547ec3f42980f4f71af7d017cd7b8b8070a (patch)
tree4b58e25fa2509071e5585b94108a0667567602cc /src/providers
parent3767675546204e4b2ace9a3c17f9ff2aed2c18a4 (diff)
downloadsssd-03f88547ec3f42980f4f71af7d017cd7b8b8070a.tar.gz
sssd-03f88547ec3f42980f4f71af7d017cd7b8b8070a.tar.xz
sssd-03f88547ec3f42980f4f71af7d017cd7b8b8070a.zip
Remove unused member of a struct
Diffstat (limited to 'src/providers')
-rw-r--r--src/providers/ldap/ldap_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 8f25e4232..ba8d13039 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -60,7 +60,6 @@ struct sdap_id_ctx {
struct sdap_auth_ctx {
struct be_ctx *be;
struct sdap_options *opts;
- struct fo_service *fo_service;
struct sdap_service *service;
struct sdap_service *chpass_service;
};