summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_become_dc.h
diff options
context:
space:
mode:
authorAnatoliy Atanasov <anatoliy.atanasov@postpath.com>2010-02-17 18:01:31 +0200
committerAnatoliy Atanasov <anatoliy.atanasov@postpath.com>2010-02-17 18:03:32 +0200
commit968bd16b4908611c6f745154124588b92e3c0062 (patch)
treee3367ccdcdce446d5f8cf61fd71aa124ff527295 /source4/libnet/libnet_become_dc.h
parent55f7c74cea12e14b4d4160889a45fdbc1c2a24e6 (diff)
downloadsamba-968bd16b4908611c6f745154124588b92e3c0062.tar.gz
samba-968bd16b4908611c6f745154124588b92e3c0062.tar.bz2
samba-968bd16b4908611c6f745154124588b92e3c0062.zip
s4/rodc: change the libnet_become_dc code to do RODC join
Diffstat (limited to 'source4/libnet/libnet_become_dc.h')
-rw-r--r--source4/libnet/libnet_become_dc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/libnet/libnet_become_dc.h b/source4/libnet/libnet_become_dc.h
index 58fc4dc15d..604813f6bc 100644
--- a/source4/libnet/libnet_become_dc.h
+++ b/source4/libnet/libnet_become_dc.h
@@ -136,7 +136,9 @@ struct libnet_BecomeDC {
const char *dest_dsa_netbios_name;
struct libnet_BecomeDC_Callbacks callbacks;
- } in;
+
+ bool rodc_join;
+ } in;
struct {
const char *error_string;