summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_join.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-01-13 02:58:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:50:58 -0500
commitd790d8d6edbb7744cc6d3f7ca33e05a358038a42 (patch)
tree2371b06ea044f8a064555b106bd7653ed58a7824 /source4/libnet/libnet_join.h
parentf2df13958c70d9853cbe7d322716eb323a331b39 (diff)
downloadsamba-d790d8d6edbb7744cc6d3f7ca33e05a358038a42.tar.gz
samba-d790d8d6edbb7744cc6d3f7ca33e05a358038a42.tar.bz2
samba-d790d8d6edbb7744cc6d3f7ca33e05a358038a42.zip
r12886: Rename 'secure_channel_type' parameter to domain join as 'join_type'.
Andrew Bartlett (This used to be commit a3b3e09a9acc66dff7baf1a4ba0ea913bccdbd7d)
Diffstat (limited to 'source4/libnet/libnet_join.h')
-rw-r--r--source4/libnet/libnet_join.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/libnet_join.h b/source4/libnet/libnet_join.h
index 78f4fd5f12..04f23c1d99 100644
--- a/source4/libnet/libnet_join.h
+++ b/source4/libnet/libnet_join.h
@@ -65,7 +65,7 @@ struct libnet_Join {
struct {
const char *domain_name;
const char *netbios_name;
- enum netr_SchannelType secure_channel_type;
+ enum netr_SchannelType join_type;
enum libnet_Join_level level;
} in;