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:
Dirk Wetter 2020-05-26 09:35:54 +02:00 committed by GitHub
commit 594f09e858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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