summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-05-27 10:46:19 +0000
committerdes <des@FreeBSD.org>2001-05-27 10:46:19 +0000
commitc652271f23831ecdba0750810e9fd464605d5e72 (patch)
tree8af8853f3a2054852591266c5e8130f87be4b3e6 /usr.bin/fetch
parentc4ad821f8de5bdae802b5203c4d68aa065ec8569 (diff)
downloadFreeBSD-src-c652271f23831ecdba0750810e9fd464605d5e72.zip
FreeBSD-src-c652271f23831ecdba0750810e9fd464605d5e72.tar.gz
Damn. Fix typo in previous commit.
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r--usr.bin/fetch/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c
index aa3366b..ecc4691 100644
--- a/usr.bin/fetch/fetch.c
+++ b/usr.bin/fetch/fetch.c
@@ -754,7 +754,7 @@ main(int argc, char *argv[])
r = 0;
/* authentication */
- if (vtty)
+ if (v_tty)
fetchAuthMethod = query_auth;
while (argc) {
OpenPOWER on IntegriCloud