mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-27 04:46:26 +01:00
removed superfluous default case
This commit is contained in:
parent
aca4ba3286
commit
8dad92f5e5
@ -2825,8 +2825,6 @@ class Net_SSH2
|
||||
}
|
||||
$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
|
||||
|
Loading…
Reference in New Issue
Block a user