summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_samr.h
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/ndr/ndr_samr.h
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/ndr/ndr_samr.h')
-rw-r--r--source4/librpc/ndr/ndr_samr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/ndr/ndr_samr.h b/source4/librpc/ndr/ndr_samr.h
index 1d29f56c65..28a7bc16cc 100644
--- a/source4/librpc/ndr/ndr_samr.h
+++ b/source4/librpc/ndr/ndr_samr.h
@@ -15,9 +15,11 @@ struct samr_Connect {
struct samr_Close {
struct {
+ struct policy_handle *handle;
} in;
struct {
+ struct policy_handle *handle;
NTSTATUS result;
} out;