Commit f2ee101
committed
ssh: Close leaked SFTP connection in ssh_algorithms_SUITE
simple_sftp/1 did not close the connection returned by
std_simple_sftp/4. With the shared daemon introduced in 876eba0,
leaked connections accumulated over the full suite run (~244 sockets),
exhausting file descriptors on NetBSD and causing emfile
errors in subsequent test cases.1 parent 57b91b0 commit f2ee101
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
| 305 | + | |
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
| |||
0 commit comments