1
0
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:
Andrew Bartlett
2011-05-16 22:55:29 +10:00
parent c47b078ec3
commit c6cc22adc0
4 changed files with 21 additions and 49 deletions

View File

@ -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;