summaryrefslogtreecommitdiff
path: root/source4/libcli/rap/rap.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/rap/rap.h')
-rw-r--r--source4/libcli/rap/rap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/rap/rap.h b/source4/libcli/rap/rap.h
index c611f001f1..1d44682750 100644
--- a/source4/libcli/rap/rap.h
+++ b/source4/libcli/rap/rap.h
@@ -64,6 +64,8 @@ struct rap_call {
struct ndr_push *ndr_push_param;
struct ndr_push *ndr_push_data;
+
+ TALLOC_CTX *pull_mem_ctx;
struct ndr_pull *ndr_pull_param;
struct ndr_pull *ndr_pull_data;
};