mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-07 09:10:57 +01:00
Fix wrong variable declaraton in get_mx_record()
mx was declared, mxs used instead. This fixes it by correcting the declaration.
This commit is contained in:
parent
c6ca746954
commit
11c03790bf
@ -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