mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-07-16 18:51:57 +02:00
Merge pull request #1647 from drwetter/fix_mxs_in_get_mx_record
Fix wrong variable declaraton in get_mx_record()
This commit is contained in:
@ -17996,9 +17996,9 @@ get_caa_rr_record() {
|
||||
return 0
|
||||
}
|
||||
|
||||
# watch out: $1 can also be a cname! --> all checked
|
||||
# arg1: domain
|
||||
get_mx_record() {
|
||||
local mx=""
|
||||
local mxs""
|
||||
local saved_openssl_conf="$OPENSSL_CONF"
|
||||
local noidnout=""
|
||||
|
||||
|
Reference in New Issue
Block a user