diff options
author | Gerald Carter <jerry@samba.org> | 2007-04-16 20:29:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:24 -0500 |
commit | 615f025654fd18eac77a88b71f36ca5339ffd73d (patch) | |
tree | 0990adfac112b27617ef22b8004a2a3030bac9e3 /source3 | |
parent | b1842fd29432220b99cbaf0ba1a3bc24994c3596 (diff) | |
download | samba-615f025654fd18eac77a88b71f36ca5339ffd73d.tar.gz samba-615f025654fd18eac77a88b71f36ca5339ffd73d.tar.bz2 samba-615f025654fd18eac77a88b71f36ca5339ffd73d.zip |
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)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_util.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |