summaryrefslogtreecommitdiff
path: root/source4/libnet/composite.h
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2005-06-06 08:59:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:42 -0500
commit5bb7a33106d70e76e065ed6039aef3c8cdeb9505 (patch)
treed70f2b4bdc00ebb56824ce4521e0131aedb9a46f /source4/libnet/composite.h
parent51edcea156dd949e402ca3868eca33e1a4421533 (diff)
downloadsamba-5bb7a33106d70e76e065ed6039aef3c8cdeb9505.tar.gz
samba-5bb7a33106d70e76e065ed6039aef3c8cdeb9505.tar.bz2
samba-5bb7a33106d70e76e065ed6039aef3c8cdeb9505.zip
r7323: Complete composite domain open call.
rafal (This used to be commit 03a228477ea525dbe19d9661cd7c027e594f0fe1)
Diffstat (limited to 'source4/libnet/composite.h')
-rw-r--r--source4/libnet/composite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libnet/composite.h b/source4/libnet/composite.h
index e1a3b5051f..b983117adc 100644
--- a/source4/libnet/composite.h
+++ b/source4/libnet/composite.h
@@ -58,6 +58,7 @@ struct rpc_composite_userdel {
struct rpc_composite_domain_open {
struct {
+ const char *domain_name;
uint32_t access_mask;
} in;
struct {