Remove a wrong NULL check.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@759 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-05-11 12:25:06 +00:00
parent 646a5a2cfc
commit a15a28e698

View File

@@ -663,10 +663,6 @@ SSH_MESSAGE *ssh_message_get(SSH_SESSION *session) {
enter_function();
if (msg == NULL) {
goto error;
}
do {
if ((packet_read(session) != SSH_OK) ||
(packet_translate(session) != SSH_OK)) {