From 7eff9dd5eff7656aa4b41ac0c413c28776b81b9e Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 21 Feb 2003 05:06:49 +0000 Subject: Fix another compiler warning. (This used to be commit 1ea27d7987d2c0f67977371a99efec3ded13c872) --- source3/nsswitch/winbindd_ads.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/nsswitch/winbindd_ads.c b/source3/nsswitch/winbindd_ads.c index 9560a53fa0..9fd391870b 100644 --- a/source3/nsswitch/winbindd_ads.c +++ b/source3/nsswitch/winbindd_ads.c @@ -39,7 +39,6 @@ static ADS_STRUCT *ads_cached_connection(struct winbindd_domain *domain) { ADS_STRUCT *ads; ADS_STATUS status; - char *ccache; if (domain->private) { return (ADS_STRUCT *)domain->private; -- cgit