[SSSD] [PATCH] Remove unused variable

Jakub Hrozek jhrozek at redhat.com
Tue Nov 12 10:44:53 UTC 2013


The recent autofs patch added a warning. Sorry, I didn't see it before,
so I pushed the attached one-liner to master.
-------------- next part --------------
>From 7d8d8854d0e2bc7a038a87ea6b69b5da01128fc3 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Tue, 12 Nov 2013 11:41:31 +0100
Subject: [PATCH] Remove unused variable

---
 src/providers/ldap/ldap_common.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/providers/ldap/ldap_common.c b/src/providers/ldap/ldap_common.c
index 07fb6ae831d441c93df4406f5ff11067b45f02e7..e29a5219768df154608aad9740dd9ed44c14e22e 100644
--- a/src/providers/ldap/ldap_common.c
+++ b/src/providers/ldap/ldap_common.c
@@ -571,7 +571,6 @@ int ldap_get_autofs_options(TALLOC_CTX *memctx,
                             struct sdap_options *opts)
 {
     const char *search_base;
-    const char *master_map;
     struct sdap_attr_map *default_entry_map;
     struct sdap_attr_map *default_mobject_map;
     int ret;
-- 
1.8.4.2



More information about the sssd-devel mailing list