Merge in changes from the past couple of releases

--HG--
branch : ecc
This commit is contained in:
Matt Johnston
2013-10-18 21:38:01 +08:00
27 changed files with 284 additions and 110 deletions

View File

@@ -71,7 +71,9 @@ static void cli_chansessreq(struct Channel *channel) {
TRACE(("got exit-signal, ignoring it"))
} else {
TRACE(("unknown request '%s'", type))
send_msg_channel_failure(channel);
if (wantreply) {
send_msg_channel_failure(channel);
}
goto out;
}