Bugfix for incorrect handshake location.
When typed incorrect handshake location, function "handshakelocation" loops in to cycle. Clearing "handshakeloc" variable breaks that loop.
This commit is contained in:
parent
f9c42c1df1
commit
270fbbbe54
|
@ -925,7 +925,7 @@ function askauth {
|
||||||
}
|
}
|
||||||
|
|
||||||
function handshakelocation {
|
function handshakelocation {
|
||||||
|
handshakeloc=""
|
||||||
conditional_clear
|
conditional_clear
|
||||||
|
|
||||||
top
|
top
|
||||||
|
|
Loading…
Reference in New Issue