From 0cf7a46067e6cd48d1084e7ec695c2fa46cc3233 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 10 Aug 2014 18:59:40 +0200 Subject: Make the space override responder-agnostic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://fedorahosted.org/sssd/ticket/2397 In order to make the override_space option usable by other responders, we need to move the override_space option to the generic responder structure. Reviewed-by: Pavel Březina Reviewed-by: Lukáš Slebodník (cherry picked from commit f3a5ac1a50c1fccd0801023658e42d2093e1a33a) --- src/responder/nss/nsssrv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/responder/nss/nsssrv.h') diff --git a/src/responder/nss/nsssrv.h b/src/responder/nss/nsssrv.h index 83eed37bf..0f0a75a8f 100644 --- a/src/responder/nss/nsssrv.h +++ b/src/responder/nss/nsssrv.h @@ -67,7 +67,6 @@ struct nss_ctx { char **etc_shells; char *shell_fallback; char *default_shell; - char *override_space; struct sss_mc_ctx *pwd_mc_ctx; struct sss_mc_ctx *grp_mc_ctx; -- cgit