Skip to content

Commit 35725df

Browse files
committed
MDEV-27524 addendum: fix for bug introduced by automatic migration
1 parent 8840583 commit 35725df

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

scripts/wsrep_sst_common.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,16 +1214,6 @@ verify_ca_matches_cert()
12141214
return
12151215
fi
12161216

1217-
local readable=1; [ ! -r "$cert" ] && readable=0
1218-
[ -n "$ca" ] && [ ! -r "$ca" ] && readable=0
1219-
[ -n "$cap" ] && [ ! -r "$cap" ] && readable=0
1220-
1221-
if [ readable -eq 0 ]; then
1222-
wsrep_log_error \
1223-
"Both PEM file and CA file (or path) must be readable"
1224-
exit 22
1225-
fi
1226-
12271217
local not_match=0
12281218
local errmsg
12291219
errmsg=$("$OPENSSL_BINARY" verify -verbose \

0 commit comments

Comments
 (0)