mirror of
https://github.com/samba-team/samba.git
synced 2025-11-04 00:23:49 +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
@@ -90,10 +90,12 @@ struct smb_composite_connect {
|
||||
const char *service;
|
||||
const char *service_type;
|
||||
struct cli_credentials *credentials;
|
||||
BOOL fallback_to_anonymous;
|
||||
const char *workgroup;
|
||||
} in;
|
||||
struct {
|
||||
struct smbcli_tree *tree;
|
||||
BOOL anonymous_fallback_done;
|
||||
} out;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user