mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Remove patch that is incorporated into version 9.9.1
This commit is contained in:
parent
482e03a2be
commit
b416df6141
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297256
@ -1,11 +0,0 @@
|
||||
--- bin/named/client.c.orig 2011-11-09 14:05:09.000000000 -0800
|
||||
+++ bin/named/client.c 2012-03-16 23:07:00.000000000 -0700
|
||||
@@ -240,7 +240,7 @@
|
||||
REQUIRE(client->state == NS_CLIENTSTATE_WORKING);
|
||||
|
||||
LOCK(&client->manager->reclock);
|
||||
- client->state = NS_CLIENTSTATE_RECURSING;
|
||||
+ client->newstate = client->state = NS_CLIENTSTATE_RECURSING;
|
||||
ISC_LIST_APPEND(client->manager->recursing, client, rlink);
|
||||
UNLOCK(&client->manager->reclock);
|
||||
}
|
Loading…
Reference in New Issue
Block a user