From 4fd4303c644853946d6c84875dd55531c7e67f73 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 26 Feb 2011 12:59:53 +0100 Subject: s3: Remove an obsolete comment --- source3/winbindd/winbindd_ads.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/winbindd') diff --git a/source3/winbindd/winbindd_ads.c b/source3/winbindd/winbindd_ads.c index 744c357bdc..116f87315f 100644 --- a/source3/winbindd/winbindd_ads.c +++ b/source3/winbindd/winbindd_ads.c @@ -246,11 +246,6 @@ static NTSTATUS query_user_list(struct winbindd_domain *domain, const char *gecos = NULL; gid_t primary_gid = (gid_t)-1; - /* - * Don't use our variable "ads" in this call here, every call - * to nss_get_info_cached can destroy the connection inside - * the domain. - */ status = nss_get_info_cached(domain, &info->user_sid, mem_ctx, &info->homedir, &info->shell, &gecos, &primary_gid); -- cgit