mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +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
|
done
|
||||||
debugme echo "sending client hello..."
|
debugme echo "sending client hello..."
|
||||||
code2network "${data}"
|
code2network "${data}"
|
||||||
fd_socket 5 || return 6
|
|
||||||
data="$NW_STR"
|
data="$NW_STR"
|
||||||
|
fd_socket 5 || return 6
|
||||||
[[ "$DEBUG" -ge 4 ]] && echo "\"$data\""
|
[[ "$DEBUG" -ge 4 ]] && echo "\"$data\""
|
||||||
printf -- "$data" >&5 2>/dev/null &
|
printf -- "$data" >&5 2>/dev/null &
|
||||||
sleep $USLEEP_SND
|
sleep $USLEEP_SND
|
||||||
|
Loading…
Reference in New Issue
Block a user