r22283: Remove very old bug where we assigned the online mode of
[samba.git] / source3 / 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);