Skip to content

Reset the 'result' before using it again in zone.c:got_transfer_quota()

Arаm Sаrgsyаn requested to merge aram/zone.c-got_transfer_quota-bugfix into main

The 'result' variable should be reset to ISC_R_NOTFOUND again, because otherwise a log message could be logged about not being able to get the TLS configuration based on on the 'result' value from the previous calls to get the TSIG key.

Merge request reports