git.samba.org
/
metze
/
samba
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a2d70d
)
https://bugzilla.samba.org/show_bug.cgi?id=11520 fix it :-)
author
Stefan Metzmacher
<metze@samba.org>
Wed, 11 May 2016 15:53:36 +0000
(17:53 +0200)
committer
Stefan Metzmacher
<metze@samba.org>
Tue, 24 May 2016 13:01:28 +0000
(15:01 +0200)
trivial patch to restore the 4.2 behavior, while waiting for the real fix...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/dns_server/dns_query.c
patch
|
blob
|
history
diff --git
a/source4/dns_server/dns_query.c
b/source4/dns_server/dns_query.c
index 146054bf4deab3b8af26aa472f52136d32d17f96..f845380f90295d82d16662e1115cff2cb7213777 100644
(file)
--- a/
source4/dns_server/dns_query.c
+++ b/
source4/dns_server/dns_query.c
@@
-882,7
+882,7
@@
static WERROR handle_tkey(struct dns_server *dns,
ret_tkey->rdata.tkey_record.key_data = talloc_memdup(ret_tkey,
reply.data,
reply.length);
- state->sign = true;
+
//
state->sign = true;
state->key_name = talloc_strdup(state->mem_ctx, tkey->name);
if (state->key_name == NULL) {
return WERR_NOMEM;