s3: Remove an obsolete comment
authorVolker Lendecke <vl@samba.org>
Sat, 26 Feb 2011 11:59:53 +0000 (12:59 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 6 Mar 2011 11:51:01 +0000 (12:51 +0100)
source3/winbindd/winbindd_ads.c

index 744c357bdcf185b593d8cf6c6f7b99332929464b..116f87315f013dac1353c00d492bc4b77d87b882 100644 (file)
@@ -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);