diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-15 20:47:59 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-15 20:47:59 +0000 |
commit | c24f56e71c2d15ba0e41146abf4b0387a2461bac (patch) | |
tree | 9cfa6905626f6a1a5c8a07ddb39462691d939ff4 /source4/librpc/idl/samr.idl | |
parent | 8c90fcd32b37f211c32bcabe5e0c9af1a1ec5381 (diff) | |
download | samba-c24f56e71c2d15ba0e41146abf4b0387a2461bac.tar.gz samba-c24f56e71c2d15ba0e41146abf4b0387a2461bac.tar.bz2 samba-c24f56e71c2d15ba0e41146abf4b0387a2461bac.zip |
remember to samr_Close() policy handles after use
(This used to be commit 8b4e5c65e0e18657befbd5eba2d195c2751dcf7f)
Diffstat (limited to 'source4/librpc/idl/samr.idl')
-rw-r--r-- | source4/librpc/idl/samr.idl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index f64f9603ee..ec782acd01 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -19,7 +19,9 @@ /******************/ /* Function: 0x01 */ - NTSTATUS samr_Close (); + NTSTATUS samr_Close ( + [in,out,ref] policy_handle *handle + ); /******************/ /* Function: 0x02 */ |