Make sure not to fclose() the same fd twice in case of an error.
authortobhe <tobhe@openbsd.org>
Tue, 21 Jun 2022 14:52:13 +0000 (14:52 +0000)
committertobhe <tobhe@openbsd.org>
Tue, 21 Jun 2022 14:52:13 +0000 (14:52 +0000)
commit25daa3f3c2280b0f7212188186feccd40caf1dcd
treeb1b9858a862f1714450477479977d2d66eae3595
parentd313916e98e3de36f5af6552bede4bf51248e6d5
Make sure not to fclose() the same fd twice in case of an error.

ok dtucker@
usr.bin/ssh/authfile.c