summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dom_sid.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-12 11:48:42 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-12 11:48:42 +0100
commitd1101dba79d65b0991668069b91946198f343ead (patch)
treec38e854ebaaa16b53d8e1fe880a79d55dc61032f /source4/librpc/idl/dom_sid.idl
parent0f8d749144b60c62bbc9e0b934aecc2825d5d0d5 (diff)
downloadsamba-d1101dba79d65b0991668069b91946198f343ead.tar.gz
samba-d1101dba79d65b0991668069b91946198f343ead.tar.bz2
samba-d1101dba79d65b0991668069b91946198f343ead.zip
Remove noejs property, which is no longer used.
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 */