mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user