diff options
author | Günther Deschner <gd@samba.org> | 2008-01-11 14:40:06 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-11 15:08:41 +0100 |
commit | 28b852a893a439482991d84373fb083fb81fd4ea (patch) | |
tree | 197b5b848fe90c8f64c53840aad72ab18b6c0cec /source3 | |
parent | 6a8fad084cda2b68ced5aaa8c6ef6a03c7350c57 (diff) | |
download | samba-28b852a893a439482991d84373fb083fb81fd4ea.tar.gz samba-28b852a893a439482991d84373fb083fb81fd4ea.tar.bz2 samba-28b852a893a439482991d84373fb083fb81fd4ea.zip |
Add domain_is_ad bool to libnetjoin ctx.
Guenther
(This used to be commit 16ca8d2746a5c2fc7a583d1cf2ebb4d3aa003842)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libnet/libnet_join.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libnet/libnet_join.h b/source3/libnet/libnet_join.h index c6a0cd183c..95b965717e 100644 --- a/source3/libnet/libnet_join.h +++ b/source3/libnet/libnet_join.h @@ -47,6 +47,7 @@ struct libnet_JoinCtx { bool modified_config; WERROR result; char *error_string; + bool domain_is_ad; } out; }; |