diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-10-10 19:57:55 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2005-10-10 19:57:55 +0000 |
commit | 03dd1d3907df687807b7a30f58c04729a1c272de (patch) | |
tree | 9f50dd2d7f95b76829ff7b1dc7a8d7a2e8bb1a8f /source/libcli/raw/clitree.c | |
parent | 10bde832ee03608e7cc3f52b2a349ed5ef8843c7 (diff) | |
download | samba-03dd1d3907df687807b7a30f58c04729a1c272de.tar.gz samba-03dd1d3907df687807b7a30f58c04729a1c272de.tar.xz samba-03dd1d3907df687807b7a30f58c04729a1c272de.zip |
r10878: Reply to some comments by tridge and metze:
* rename the composite helper functions from comp_* to composite_*
* Move the lsa initialization to wb_connect_lsa.c
* Equip smb_composite_connect with a fallback_to_anonymous
The latter two simplify wb_init_domain.c quite a bit.
Volker
Diffstat (limited to 'source/libcli/raw/clitree.c')
-rw-r--r-- | source/libcli/raw/clitree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/libcli/raw/clitree.c b/source/libcli/raw/clitree.c index cae93bdbe2f..990552d64fc 100644 --- a/source/libcli/raw/clitree.c +++ b/source/libcli/raw/clitree.c @@ -179,6 +179,7 @@ NTSTATUS smbcli_tree_full_connection(TALLOC_CTX *parent_ctx, io.in.service = service; io.in.service_type = service_type; io.in.credentials = credentials; + io.in.fallback_to_anonymous = False; io.in.workgroup = lp_workgroup(); status = smb_composite_connect(&io, parent_ctx, ev); |