Closed Dunedan closed 9 years ago
The error handling for broken TSIG keys wasn't working for two reasons:
binascii
NameError
key_name
This commit fixes both issues.
The error handling for broken TSIG keys wasn't working for two reasons:
binascii
has been missing, producing aNameError
once an exception occuredkey_name
.This commit fixes both issues.