From 615f025654fd18eac77a88b71f36ca5339ffd73d Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 16 Apr 2007 20:29:33 +0000 Subject: r22283: Remove very old bug where we assigned the online mode of the domain to queried to our own domain. (This used to be commit 2abeec576805b5e921b3606ab09ce9c1fd809566) --- source3/nsswitch/winbindd_util.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/nsswitch/winbindd_util.c') diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c index 72c85a9c6a..abfd3f6fcc 100644 --- a/source3/nsswitch/winbindd_util.c +++ b/source3/nsswitch/winbindd_util.c @@ -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); -- cgit