summaryrefslogtreecommitdiff
path: root/misc/getpass.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-17 08:34:13 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-17 08:34:13 +0000
commitb4c4f7767d22b1e2ddbb3f0657418acafa323017 (patch)
treeace50269d7bd8385fd499dcf2f5a732fb7c5b582 /misc/getpass.c
parent2706ee382341eb1c2e5f96c7d90f346696dbd0d8 (diff)
(__setmntent): Fix typo.
Diffstat (limited to 'misc/getpass.c')
-rw-r--r--misc/getpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/getpass.c b/misc/getpass.c
index e9bd88903a..04ac12a76d 100644
--- a/misc/getpass.c
+++ b/misc/getpass.c
@@ -58,7 +58,7 @@ getpass (prompt)
else
{
/* We do the locking ourselves. */
- __fsetlocking (tf, FSETLOCKING_BYCALLER);
+ __fsetlocking (in, FSETLOCKING_BYCALLER);
out = in;
}