summaryrefslogtreecommitdiff
path: root/librpc/idl/lsa.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 /librpc/idl/lsa.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 'librpc/idl/lsa.idl')
-rw-r--r--librpc/idl/lsa.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl
index 003641d97a..db5ca31720 100644
--- a/librpc/idl/lsa.idl
+++ b/librpc/idl/lsa.idl
@@ -16,7 +16,7 @@ import "misc.idl", "security.idl";
typedef bitmap security_secinfo security_secinfo;
typedef bitmap kerb_EncTypes kerb_EncTypes;
- typedef [public,noejs] struct {
+ typedef [public] struct {
[value(2*strlen_m(string))] uint16 length;
[value(2*strlen_m(string))] uint16 size;
[charset(UTF16),size_is(size/2),length_is(length/2)] uint16 *string;