aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sshfs.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f3fc79..59a325e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-26 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Fix typo (ConnectTimeout -> ConnectionTimeout) in ssh options.
+ Bug reported by Miklos Bagi Jr.
+
2005-10-19 Miklos Szeredi <miklos@szeredi.hu>
* GNOME Nautilus fails to copy file to sshfs filesystem, because
diff --git a/sshfs.c b/sshfs.c
index 724346d..2f7c405 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -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" },