Commit 24ab82e6 authored by Daniel Black's avatar Daniel Black Committed by Jan Lindström

MDEV-15541: wsrep_sst_common - WSREP_SST_OPT_PORT set twice (--address and --port)

parent 2b35db5a
......@@ -50,7 +50,7 @@ case "$1" in
remain=${WSREP_SST_OPT_ADDR#*:}
;;
esac
readonly WSREP_SST_OPT_PORT=${remain%%/*}
readonly WSREP_SST_OPT_ADDR_PORT=${remain%%/*}
remain=${remain#*/}
readonly WSREP_SST_OPT_MODULE=${remain%%/*}
readonly WSREP_SST_OPT_PATH=${WSREP_SST_OPT_ADDR#*/}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment