mirror of
https://github.com/samba-team/samba.git
synced 2025-12-04 08:23:50 +03:00
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
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
27f8d82231
commit
deb127e04e
@@ -149,6 +149,7 @@ struct composite_context *smb_composite_fsinfo_send(struct smbcli_tree *tree,
|
||||
state->connect->in.service = io->in.service;
|
||||
state->connect->in.service_type = io->in.service_type;
|
||||
state->connect->in.credentials = io->in.credentials;
|
||||
state->connect->in.fallback_to_anonymous = False;
|
||||
state->connect->in.workgroup = io->in.workgroup;
|
||||
|
||||
c->state = COMPOSITE_STATE_IN_PROGRESS;
|
||||
|
||||
Reference in New Issue
Block a user