]> git.pld-linux.org Git - packages/gabriel.git/blame - gabriel-passphrase.patch
- missing BRs
[packages/gabriel.git] / gabriel-passphrase.patch
CommitLineData
5a2cf33d 1--- client/gabriel.c~ 2009-07-04 17:20:34.000000000 +0200
2+++ client/gabriel.c 2009-07-04 17:23:09.000000000 +0200
3@@ -274,7 +274,7 @@
4 goto finland;
5 }
6
7- ret = ssh_userauth_autopubkey (ssh_session);
8+ ret = ssh_userauth_autopubkey (ssh_session, "");
9
10 if (ret != SSH_AUTH_SUCCESS) {
11 if (ret == SSH_AUTH_DENIED) {
This page took 0.066661 seconds and 4 git commands to generate.