From 5ef824ed2b1eb2ada7900338d591d4937a6b8261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 27 May 2001 10:46:19 +0000 Subject: [PATCH] Damn. Fix typo in previous commit. --- usr.bin/fetch/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index aa3366b667d..ecc4691c881 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) {