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:
Dirk 2020-05-25 21:28:44 +02:00
parent c6ca746954
commit 11c03790bf

View File

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