[SSSD] [PATCH] Remove unused member of a struct

Sumit Bose sbose at redhat.com
Tue Dec 21 10:52:09 UTC 2010


Hi,

as the subject says this patch removes an unused member of a struct.

bye,
Sumit
-------------- next part --------------
From fff0eb8839b46df921110009043f49da3c8843a7 Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Mon, 29 Nov 2010 14:24:49 +0100
Subject: [PATCH] Remove unused member of a struct

---
 src/providers/ldap/ldap_common.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 8f25e42..ba8d130 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;
 };
-- 
1.7.3.2



More information about the sssd-devel mailing list