diff options
author | Gerald Carter <jerry@samba.org> | 2007-04-16 20:29:33 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2007-04-16 20:29:33 +0000 |
commit | d14bcfde4aed766ec8dc37ad464e757d53f56375 (patch) | |
tree | ea92a253471d8bcd27909df90749995d3c8d6539 /source/nsswitch/winbindd_util.c | |
parent | 2015a04d3d1d28ce5a2b8f36599bed2d60fa23bb (diff) | |
download | samba-d14bcfde4aed766ec8dc37ad464e757d53f56375.tar.gz samba-d14bcfde4aed766ec8dc37ad464e757d53f56375.tar.xz samba-d14bcfde4aed766ec8dc37ad464e757d53f56375.zip |
r22283: Remove very old bug where we assigned the online mode of
the domain to queried to our own domain.
Diffstat (limited to 'source/nsswitch/winbindd_util.c')
-rw-r--r-- | source/nsswitch/winbindd_util.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |