diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-26 11:30:51 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-26 11:30:51 +0000 |
commit | 9e1c63ecb95fb6e4d7796924cf08bb4baead6879 (patch) | |
tree | 785b93df6631a371e52baa4edecebb0b54354b07 /sshfs.c | |
parent | 9f6bf0da77bd36adf2637caf4b8c42591c5e1cf4 (diff) | |
download | sshfs-9e1c63ecb95fb6e4d7796924cf08bb4baead6879.tar sshfs-9e1c63ecb95fb6e4d7796924cf08bb4baead6879.tar.gz sshfs-9e1c63ecb95fb6e4d7796924cf08bb4baead6879.tar.bz2 sshfs-9e1c63ecb95fb6e4d7796924cf08bb4baead6879.zip |
fix
Diffstat (limited to 'sshfs.c')
-rw-r--r-- | sshfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ static struct opt ssh_opts[] = { { .optname = "Compression" }, { .optname = "CompressionLevel" }, { .optname = "ConnectionAttempts" }, - { .optname = "ConnectionTimeout" }, + { .optname = "ConnectTimeout" }, { .optname = "GlobalKnownHostsFile" }, { .optname = "GSSAPIAuthentication" }, { .optname = "GSSAPIDelegateCredentials" }, |