Add the include dirs to CFLAGS instead of patching all the CMakeLists.txt files. ok jasper@ (maintainer)
16 lines
516 B
Plaintext
16 lines
516 B
Plaintext
$OpenBSD: patch-remmina_src_remmina_ssh_c,v 1.4 2012/12/08 13:17:41 ajacoutot Exp $
|
|
|
|
https://github.com/FreeRDP/Remmina/commit/1560d633c91475dca753fbf827a4dc33273c22a8
|
|
|
|
--- remmina/src/remmina_ssh.c.orig Sat Dec 8 11:13:44 2012
|
|
+++ remmina/src/remmina_ssh.c Sat Dec 8 11:14:00 2012
|
|
@@ -139,7 +139,7 @@ remmina_ssh_auth_password (RemminaSSH *ssh)
|
|
}
|
|
}
|
|
}
|
|
- else
|
|
+ if (ret != SSH_AUTH_SUCCESS && authlist & SSH_AUTH_METHOD_PASSWORD)
|
|
{
|
|
ret = ssh_userauth_password (ssh->session, NULL, ssh->password);
|
|
}
|