View | Details | Raw Unified | Return to bug 2660 | Differences between
and this patch

Collapse All | Expand All

(-)a/regress/forwarding.sh (-1 / +1 lines)
Lines 10-16 start_sshd Link Here
10
base=33
10
base=33
11
last=$PORT
11
last=$PORT
12
fwd=""
12
fwd=""
13
CTL=$OBJ/ctl-sock
13
CTL=/tmp/openssh.regress.ctl-sock.$$
14
14
15
for j in 0 1 2; do
15
for j in 0 1 2; do
16
	for i in 0 1 2; do
16
	for i in 0 1 2; do

Return to bug 2660