Commit dd44ca0
committed
fix(ssh-tunnel): pass host to ensurePortAvailable in startSshPortForward
- ensurePortAvailable was called without the host parameter, defaulting to
"localhost" which can miss IPv4-only occupants on dual-stack hosts
- Pass parsed.host to ensurePortAvailable to match the expected address
family for port availability checks
Fixes #945961 parent 37962aa commit dd44ca0
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| |||
0 commit comments