aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshfs.c')
-rw-r--r--sshfs.c2
1 files changed, 1 insertions, 1 deletions
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