diff options
author | Tim Potter <tpot@samba.org> | 2003-02-21 05:06:49 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-02-21 05:06:49 +0000 |
commit | 7eff9dd5eff7656aa4b41ac0c413c28776b81b9e (patch) | |
tree | 3d271056bff96b20a0dcf6f67b996e71c1a59521 | |
parent | 38cb0a122f00a7a979b7c1c2642c8d647ae58a9b (diff) | |
download | samba-7eff9dd5eff7656aa4b41ac0c413c28776b81b9e.tar.gz samba-7eff9dd5eff7656aa4b41ac0c413c28776b81b9e.tar.bz2 samba-7eff9dd5eff7656aa4b41ac0c413c28776b81b9e.zip |
Fix another compiler warning.
(This used to be commit 1ea27d7987d2c0f67977371a99efec3ded13c872)
-rw-r--r-- | source3/nsswitch/winbindd_ads.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |