removed superfluous default case

This commit is contained in:
Chris Kruger 2014-12-30 16:40:47 +08:00
parent aca4ba3286
commit 8dad92f5e5

View File

@ -2825,8 +2825,6 @@ class Net_SSH2
} }
$payload = $this->_get_binary_packet(); $payload = $this->_get_binary_packet();
} }
default:
break;
} }
// see http://tools.ietf.org/html/rfc4252#section-5.4; only called when the encryption has been activated and when we haven't already logged in // see http://tools.ietf.org/html/rfc4252#section-5.4; only called when the encryption has been activated and when we haven't already logged in