From: Gerald Carter Date: Mon, 16 Apr 2007 20:29:33 +0000 (+0000) Subject: r22283: Remove very old bug where we assigned the online mode of X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~693 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2abeec576805b5e921b3606ab09ce9c1fd809566;p=thirdparty%2Fsamba.git r22283: Remove very old bug where we assigned the online mode of the domain to queried to our own domain. --- diff --git a/source/nsswitch/winbindd_util.c b/source/nsswitch/winbindd_util.c index 72c85a9c6a4..abfd3f6fccf 100644 --- a/source/nsswitch/winbindd_util.c +++ b/source/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);