Remove patch incorporated into version 9.6-ESV-R5
This commit is contained in:
parent
840edf80f1
commit
585dab5af8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278761
@ -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
|
Loading…
Reference in New Issue
Block a user