summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_samr.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-12-03 20:50:33 +0000
committerLuke Leighton <lkcl@samba.org>1998-12-03 20:50:33 +0000
commit1e5d81c154740349a2cda4c1892b33a21c0683a8 (patch)
tree22c1750bad961a56befaa7d88e795de6eb16a320 /source/include/rpc_samr.h
parentef58e48bc9af338ed6c734205d4faf82371284ac (diff)
downloadsamba-1e5d81c154740349a2cda4c1892b33a21c0683a8.tar.gz
samba-1e5d81c154740349a2cda4c1892b33a21c0683a8.tar.xz
samba-1e5d81c154740349a2cda4c1892b33a21c0683a8.zip
create domain group command (creategroup) added to rpcclient.
renamed do_samr_xxxx to samr_xxxx.
Diffstat (limited to 'source/include/rpc_samr.h')
-rw-r--r--source/include/rpc_samr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/rpc_samr.h b/source/include/rpc_samr.h
index 6ca715bdf64..bbb249f352b 100644
--- a/source/include/rpc_samr.h
+++ b/source/include/rpc_samr.h
@@ -751,7 +751,8 @@ typedef struct samr_group_info4
/* GROUP_INFO_CTR */
typedef struct group_info_ctr
{
- uint16 switch_value;
+ uint16 switch_value1;
+ uint16 switch_value2;
union
{