summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-15 20:47:59 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-15 20:47:59 +0000
commitc24f56e71c2d15ba0e41146abf4b0387a2461bac (patch)
tree9cfa6905626f6a1a5c8a07ddb39462691d939ff4 /source4/librpc/idl
parent8c90fcd32b37f211c32bcabe5e0c9af1a1ec5381 (diff)
downloadsamba-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')
-rw-r--r--source4/librpc/idl/samr.idl4
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 */