1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-16 18:51:57 +02:00

Merge pull request from drwetter/fix_mxs_in_get_mx_record

Fix wrong variable declaraton in get_mx_record()
This commit is contained in:
Dirk Wetter
2020-05-26 09:35:54 +02:00
committed by GitHub

@ -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=""