mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-29 01:03:57 +03:00
auth: Fix build warning.
This commit is contained in:
@@ -955,7 +955,7 @@ struct ssh_agent_state_struct {
|
||||
*/
|
||||
int ssh_userauth_agent(ssh_session session,
|
||||
const char *username) {
|
||||
int rc;
|
||||
int rc = SSH_AUTH_ERROR;
|
||||
struct ssh_agent_state_struct *state;
|
||||
if (session == NULL) {
|
||||
return SSH_AUTH_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user