mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01: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:
commit
594f09e858
@ -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=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user