diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-08 13:23:20 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-08 13:23:20 +0000 |
commit | 668c938678fd7f08ca1ad3412d090f487295211f (patch) | |
tree | 702bd71917f7889f0ef0bc34ea6a1abaf7b7872a /source4/librpc/idl | |
parent | 7d212460a5c00b4039440c2db0dde56e7d519d66 (diff) | |
download | samba-668c938678fd7f08ca1ad3412d090f487295211f.tar.gz samba-668c938678fd7f08ca1ad3412d090f487295211f.tar.bz2 samba-668c938678fd7f08ca1ad3412d090f487295211f.zip |
- more generation fixes
- added auto-generation from the Makefile. Only called when you run "make idl"
(This used to be commit 47a17e5a08dcb5ef2880f75a59bf417e161a71d3)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 6b72d19d85..e043582f1d 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -28,7 +28,7 @@ [in] uint16 *system_name, [in,ref] lsa_ObjectAttribute *attr, [in] uint32 desired_access, - [out] policy_handle *handle + [out,ref] policy_handle *handle ); NTSTATUS lsa_OpenPolicy2 ( |