client: Fix the build.

This commit is contained in:
Andreas Schneider
2013-10-18 21:18:36 +02:00
parent e554f0dc0d
commit ec5278e34d

View File

@@ -112,7 +112,6 @@ static int callback_receive_banner(const void *data, size_t len, void *user) {
buffer[i] = '\0';
str = strdup(buffer);
if (str == NULL) {
leave_function();
return SSH_ERROR;
}
/* number of bytes read */