From 9e1c63ecb95fb6e4d7796924cf08bb4baead6879 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 26 Oct 2005 11:30:51 +0000 Subject: fix --- ChangeLog | 5 +++++ sshfs.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7f3fc79..59a325e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-26 Miklos Szeredi + + * Fix typo (ConnectTimeout -> ConnectionTimeout) in ssh options. + Bug reported by Miklos Bagi Jr. + 2005-10-19 Miklos Szeredi * 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" }, -- cgit v1.2.3