diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-08-02 06:53:03 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-08-02 06:53:03 +0000 |
commit | 585dab5af8b9ce215d313cb179b001f486bbccc1 (patch) | |
tree | d4531988ab4ec7e5909deeb7acffa53c4ba63221 | |
parent | 840edf80f17eb26f6c754855e73b7ee3c4dbdba4 (diff) |
Notes
-rw-r--r-- | dns/bind96/files/patch-bin__nsupdate__nsupdate.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dns/bind96/files/patch-bin__nsupdate__nsupdate.c b/dns/bind96/files/patch-bin__nsupdate__nsupdate.c deleted file mode 100644 index 91e5b518253f..000000000000 --- a/dns/bind96/files/patch-bin__nsupdate__nsupdate.c +++ /dev/null @@ -1,14 +0,0 @@ ---- bin/nsupdate/nsupdate.c.orig 2010-12-08 20:30:57.000000000 -0800 -+++ bin/nsupdate/nsupdate.c 2011-05-27 15:17:58.000000000 -0700 -@@ -617,8 +617,10 @@ - keyfile, isc_result_totext(result)); - return; - } -- } else -+ } else { - dst_key_attach(dstkey, &sig0key); -+ dst_key_free(&dstkey); -+ } - } - - static void |