2
0
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:
Matthijs Mekking
2021-10-05 11:07:44 +02:00
committed by Evan Hunt
parent f3d3a4ff6e
commit 71b92d4d19
23 changed files with 110 additions and 111 deletions

View File

@@ -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))