mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
fd_socket now also modifies NW_STR
Assign to local variable sooner.
This commit is contained in:
parent
deb7fd52a9
commit
a8ae90137d
@ -3447,8 +3447,8 @@ client_simulation_sockets() {
|
||||
done
|
||||
debugme echo "sending client hello..."
|
||||
code2network "${data}"
|
||||
fd_socket 5 || return 6
|
||||
data="$NW_STR"
|
||||
fd_socket 5 || return 6
|
||||
[[ "$DEBUG" -ge 4 ]] && echo "\"$data\""
|
||||
printf -- "$data" >&5 2>/dev/null &
|
||||
sleep $USLEEP_SND
|
||||
|
Loading…
Reference in New Issue
Block a user