2976. [bug] named die on exit after negotiating a GSS-TSIG key. [RT #3415]

This commit is contained in:
Mark Andrews
2010-12-02 23:22:42 +00:00
parent 7fb319204e
commit c87f15dac8
15 changed files with 121 additions and 108 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: keydelete.c,v 1.13 2009/07/19 23:47:55 tbox Exp $ */
/* $Id: keydelete.c,v 1.14 2010/12/02 23:22:41 marka Exp $ */
#include <config.h>
@@ -230,7 +230,7 @@ main(int argc, char **argv) {
CHECK("dst_key_fromnamedfile", result);
result = dns_tsigkey_createfromkey(dst_key_name(dstkey),
DNS_TSIG_HMACMD5_NAME,
dstkey, ISC_TRUE, NULL, 0, 0,
&dstkey, ISC_TRUE, NULL, 0, 0,
mctx, ring, &tsigkey);
CHECK("dns_tsigkey_createfromkey", result);