[Bug 1307] client disconnects if ServerAlive enabled but not implemented

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Apr 17 14:48:00 EST 2007


http://bugzilla.mindrot.org/show_bug.cgi?id=1307





------- Comment #2 from dtucker at zip.com.au  2007-04-17 14:47 -------
(From update of attachment 1263)
>-			case SSH2_MSG_UNIMPLEMENTED:
>-				seqnr = packet_get_int();
>-				debug("Received SSH2_MSG_UNIMPLEMENTED for %u",
>-				    seqnr);
>-				break;
> 			default:
> 				return type;

I just realized that we could replace the break with /* FALLTHROUGH */
and save a few bytes by not having to duplicate the debug in
serverloop.c and clientloop.c




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the openssh-bugs mailing list