1
1
diff --git a/sshfs.c b/sshfs.c
2
- index 06a1ef3..e1e39e2 100644
2
+ index ff40c81..5c8d4b8 100644
3
3
--- a/sshfs.c
4
4
+++ b/sshfs.c
5
- @@ -273 ,7 +273 ,7 @@ struct sshfs {
5
+ @@ -365 ,7 +365 ,7 @@ struct sshfs {
6
6
unsigned outstanding_len;
7
7
unsigned max_outstanding_len;
8
8
pthread_cond_t outstanding_cond;
@@ -11,15 +11,15 @@ index 06a1ef3..e1e39e2 100644
11
11
char *password;
12
12
int ext_posix_rename;
13
13
int ext_statvfs;
14
- @@ -403 ,6 +403 ,7 @@ static struct fuse_opt sshfs_opts[] = {
14
+ @@ -496 ,6 +496 ,7 @@ static struct fuse_opt sshfs_opts[] = {
15
15
SSHFS_OPT("follow_symlinks", follow_symlinks, 1),
16
16
SSHFS_OPT("no_check_root", no_check_root, 1),
17
17
SSHFS_OPT("password_stdin", password_stdin, 1),
18
18
+ SSHFS_OPT("password_stdout", password_stdout, 1),
19
19
SSHFS_OPT("delay_connect", delay_connect, 1),
20
- SSHFS_OPT("slave", slave , 1),
21
- SSHFS_OPT("disable_hardlink ", disable_hardlink , 1),
22
- @@ -1532 ,6 +1533 ,14 @@ static int sftp_init()
20
+ SSHFS_OPT("slave", passive , 1),
21
+ SSHFS_OPT("passive ", passive , 1),
22
+ @@ -1691 ,6 +1692 ,14 @@ static int sftp_init(struct conn *conn )
23
23
24
24
out:
25
25
buf_free(&buf);
0 commit comments