]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Remove only use of warn().
authorDarren Tucker <dtucker@dtucker.net>
Wed, 7 Apr 2021 00:23:51 +0000 (10:23 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 7 Apr 2021 07:02:51 +0000 (17:02 +1000)
commitd1bd184046bc310c405f45da3614a1dc5b3e521a
treec5f770a76c13e4d9a63ff7456a61d9fdd40180be
parentfea8f4b1aa85026ad5aee5ad8e1599a8d5141fe0
Remove only use of warn().

The warn() function is only used in one place in portable and does not
exist upstream.  Upgrade the only instance it's used to fail()
(the privsep/sandbox+proxyconnect, from back when that was new) and
remove the now-unused function.
regress/connect-privsep.sh
regress/test-exec.sh