=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.217 retrieving revision 1.218 diff -u -r1.217 -r1.218 --- src/usr.bin/ssh/clientloop.c 2010/01/26 01:28:35 1.217 +++ src/usr.bin/ssh/clientloop.c 2010/01/28 00:21:18 1.218 @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.217 2010/01/26 01:28:35 djm Exp $ */ +/* $OpenBSD: clientloop.c,v 1.218 2010/01/28 00:21:18 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -1839,8 +1839,9 @@ success = 1; exit_status = exitval; } else { - error("client_input_channel_req: unexpected channel %d", - session_ident); + /* Probably for a mux channel that has already closed */ + debug("%s: no sink for exit-status on channel %d", + __func__, id); } packet_check_eom(); }