From 790bb8dd365468d2f8666fd4b7daed7aef79b01e Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 20 Feb 2006 11:44:36 +0000 Subject: fix --- sshfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshfs.c') diff --git a/sshfs.c b/sshfs.c index fe7bfc0..d16e65f 100644 --- 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 -- cgit v1.2.3