1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

Fix another compiler warning.

(This used to be commit 1ea27d7987)
This commit is contained in:
Tim Potter 2003-02-21 05:06:49 +00:00
parent 38cb0a122f
commit 7eff9dd5ef

View File

@ -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;