fix
authorMiklos Szeredi <miklos@szeredi.hu>
Mon, 20 Feb 2006 11:44:36 +0000 (11:44 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Mon, 20 Feb 2006 11:44:36 +0000 (11:44 +0000)
ChangeLog
sshfs.c

index ecea288..ef5a3b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-19  Miklos Szeredi <miklos@szeredi.hu>
+
+       * Fix compilation with old FUSE versions.  Report by Kurt George
+       Gjerde
+
 2006-02-16  Miklos Szeredi <miklos@szeredi.hu>
 
        * Block TERM/INT/HUP/QUIT signals in sshfs reading thread, so they
diff --git a/sshfs.c b/sshfs.c
index fe7bfc0..d16e65f 100644 (file)
--- a/sshfs.c
+++ b/sshfs.c
@@ -2355,7 +2355,7 @@ int main(int argc, char *argv[])
         exit(1);
 
 #ifndef SSHFS_USE_INIT
-    if (detect_uid)
+    if (sshfs.detect_uid)
         sftp_detect_uid();
 #endif