]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
add back use of pipes in scp.c under USE_PIPES
authorDamien Miller <djm@mindrot.org>
Wed, 11 Jan 2023 00:44:19 +0000 (11:44 +1100)
committerDamien Miller <djm@mindrot.org>
Wed, 11 Jan 2023 00:44:19 +0000 (11:44 +1100)
commitf5154d2aac3e6a32a1b13dec23a701a087850cdc
tree1b2b8b8a4f8fc29069f4358059ea8f07fa91b52a
parenteec737b59cf13841de46134967a206607000acd4
add back use of pipes in scp.c under USE_PIPES

This matches sftp.c which prefers socketpair but uses pipes on
some older platforms.
scp.c