=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.581 retrieving revision 1.582 diff -u -r1.581 -r1.582 --- src/usr.bin/ssh/ssh.c 2022/12/09 00:22:29 1.581 +++ src/usr.bin/ssh/ssh.c 2023/01/06 02:39:59 1.582 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.581 2022/12/09 00:22:29 dtucker Exp $ */ +/* $OpenBSD: ssh.c,v 1.582 2023/01/06 02:39:59 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -1834,7 +1834,7 @@ } static void -client_cleanup_stdio_fwd(struct ssh *ssh, int id, void *arg) +client_cleanup_stdio_fwd(struct ssh *ssh, int id, int force, void *arg) { debug("stdio forwarding: done"); cleanup_exit(0);