]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r22283: Remove very old bug where we assigned the online mode of
authorGerald Carter <jerry@samba.org>
Mon, 16 Apr 2007 20:29:33 +0000 (20:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:24 +0000 (12:19 -0500)
the domain to queried to our own domain.

source/nsswitch/winbindd_util.c

index 72c85a9c6a4d3d666f73767a9a902c4333ae8f3f..abfd3f6fccf5b1906667ccd862699931def3ba6d 100644 (file)
@@ -389,9 +389,7 @@ enum winbindd_result init_child_connection(struct winbindd_domain *domain,
        request->cmd = WINBINDD_GETDCNAME;
        fstrcpy(request->domain_name, domain->name);
 
-       /* save online flag */
        request_domain = find_our_domain();
-       request_domain->online = domain->online;
        
        async_domain_request(mem_ctx, request_domain, request, response,
                             init_child_getdc_recv, state);