mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
Replace "master/slave" terms in code comments
Replace those terms with the preferred "primary/secondary" keywords.
This commit is contained in:
committed by
Evan Hunt
parent
f3d3a4ff6e
commit
71b92d4d19
@@ -2076,7 +2076,7 @@ ns__client_request(isc_nmhandle_t *handle, isc_result_t eresult,
|
||||
/*
|
||||
* Accept update messages signed by unknown keys so that
|
||||
* update forwarding works transparently through slaves
|
||||
* that don't have all the same keys as the master.
|
||||
* that don't have all the same keys as the primary.
|
||||
*/
|
||||
if (!(client->message->tsigstatus == dns_tsigerror_badkey &&
|
||||
client->message->opcode == dns_opcode_update))
|
||||
|
Reference in New Issue
Block a user