diff options
author | dougb <dougb@FreeBSD.org> | 2011-08-02 15:01:37 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-08-02 15:01:37 +0800 |
commit | b3cae868bd869c7bbdb4d5e31edd3130a2137eec (patch) | |
tree | 9ee4294846e054810222e7c156c6a7dc46be866e /dns | |
parent | 871eda859518490ac26f6651e24f6bfe591d3aaa (diff) | |
download | freebsd-ports-gnome-b3cae868bd869c7bbdb4d5e31edd3130a2137eec.tar.gz freebsd-ports-gnome-b3cae868bd869c7bbdb4d5e31edd3130a2137eec.tar.zst freebsd-ports-gnome-b3cae868bd869c7bbdb4d5e31edd3130a2137eec.zip |
Remove patch incorporated into version 9.7.4
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 |