1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-10 06:23:01 +03:00

auth: Remove unused code.

This commit is contained in:
Andreas Schneider
2013-07-13 15:29:53 +02:00
parent c44029e5ce
commit 9bbbccc0e7

View File

@@ -2168,11 +2168,6 @@ pending:
}
return rc;
fail:
ssh_set_error_oom(session);
buffer_reinit(session->out_buffer);
return SSH_AUTH_ERROR;
}
/** @} */