mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s4-libnet: Remove libnet_Join and create libnet_Join_member
libnet_Join conflicts with a function in the source3 netapi of the same name, and the ability to join as a DC via this particular method is unused. Andrew Bartlett
This commit is contained in:
@ -63,11 +63,10 @@ struct libnet_JoinDomain {
|
||||
} out;
|
||||
};
|
||||
|
||||
struct libnet_Join {
|
||||
struct libnet_Join_member {
|
||||
struct {
|
||||
const char *domain_name;
|
||||
const char *netbios_name;
|
||||
enum netr_SchannelType join_type;
|
||||
enum libnet_Join_level level;
|
||||
} in;
|
||||
|
||||
|
Reference in New Issue
Block a user