1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s3: Remove an obsolete comment

This commit is contained in:
Volker Lendecke 2011-02-26 12:59:53 +01:00
parent d76b3fd0a8
commit 4fd4303c64

View 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);