diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-26 12:59:53 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-03-06 12:51:01 +0100 |
commit | 4fd4303c644853946d6c84875dd55531c7e67f73 (patch) | |
tree | ba7bc798f15e8673c42c27896b35de3ffcc49c6e | |
parent | d76b3fd0a88aeedca42d1d29690c455951a6e975 (diff) | |
download | samba-4fd4303c644853946d6c84875dd55531c7e67f73.tar.gz samba-4fd4303c644853946d6c84875dd55531c7e67f73.tar.bz2 samba-4fd4303c644853946d6c84875dd55531c7e67f73.zip |
s3: Remove an obsolete comment
-rw-r--r-- | source3/winbindd/winbindd_ads.c | 5 |
1 files changed, 0 insertions, 5 deletions
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); |