diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-08-02 07:01:37 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-08-02 07:01:37 +0000 |
commit | 5dd3657b450f71d9dc552469e65adcf249fa3a2f (patch) | |
tree | 699db9cd9b8650eab8be8f8110d620f933fc6fb2 /dns | |
parent | 696877900f6cdcd44364912e3d617dabd6122a0c (diff) | |
download | ports-5dd3657b450f71d9dc552469e65adcf249fa3a2f.tar.gz ports-5dd3657b450f71d9dc552469e65adcf249fa3a2f.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind97/files/patch-bin__nsupdate__nsupdate.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dns/bind97/files/patch-bin__nsupdate__nsupdate.c b/dns/bind97/files/patch-bin__nsupdate__nsupdate.c deleted file mode 100644 index 1a14ba2fdf2b..000000000000 --- a/dns/bind97/files/patch-bin__nsupdate__nsupdate.c +++ /dev/null @@ -1,14 +0,0 @@ ---- bin/nsupdate/nsupdate.c.orig 2010-12-08 20:31:30.000000000 -0800 -+++ bin/nsupdate/nsupdate.c 2011-05-27 15:21:39.000000000 -0700 -@@ -694,8 +694,10 @@ - keyfile, isc_result_totext(result)); - return; - } -- } else -+ } else { - dst_key_attach(dstkey, &sig0key); -+ dst_key_free(&dstkey); -+ } - } - - static void |