summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dom_sid.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/dom_sid.idl')
-rw-r--r--source4/librpc/idl/dom_sid.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/dom_sid.idl b/source4/librpc/idl/dom_sid.idl
index 80df11dbfe..1fc8ee2165 100644
--- a/source4/librpc/idl/dom_sid.idl
+++ b/source4/librpc/idl/dom_sid.idl
@@ -24,7 +24,7 @@ interface dom_sid
{
/* a domain SID. Note that unlike Samba3 this contains a pointer,
so you can't copy them using assignment */
- typedef [public,gensize,noprint,noejs,nosize] struct {
+ typedef [public,gensize,noprint,nosize] struct {
uint8 sid_rev_num; /**< SID revision number */
[range(0,15)] int8 num_auths; /**< Number of sub-authorities */
uint8 id_auth[6]; /**< Identifier Authority */