summaryrefslogtreecommitdiffstats
path: root/source4/dns_server/dns_server.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-10-14 09:34:29 +0200
committerAmitay Isaacs <amitay@samba.org>2014-11-18 04:17:09 +0100
commit0062a2f5fb464b7c0991ccefd2f9d146fca54a0e (patch)
treeb0e07e5b638c86e3357f41dceb2774e63b5008f4 /source4/dns_server/dns_server.h
parent7e301c76ce0264bfec0545f9e677e1b3d2b62120 (diff)
downloadsamba-0062a2f5fb464b7c0991ccefd2f9d146fca54a0e.tar.gz
samba-0062a2f5fb464b7c0991ccefd2f9d146fca54a0e.tar.xz
samba-0062a2f5fb464b7c0991ccefd2f9d146fca54a0e.zip
s4:dns_server: allocate substructures of struct dns_request_state on the correct TALLOC_CTX
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'source4/dns_server/dns_server.h')
-rw-r--r--source4/dns_server/dns_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dns_server/dns_server.h b/source4/dns_server/dns_server.h
index 19fd7a9a80..3423ee0359 100644
--- a/source4/dns_server/dns_server.h
+++ b/source4/dns_server/dns_server.h
@@ -60,6 +60,7 @@ struct dns_server {
};
struct dns_request_state {
+ TALLOC_CTX *mem_ctx;
uint16_t flags;
bool authenticated;
bool sign;